@charset "UTF-8";

/*global
------------------------------------- */
img, object, embed, video{max-width: 100%;}
button{cursor: pointer;}
table{border-collapse: collapse; border-spacing: 0;}

body.top{background: #fff url(../images/bg_nuro_body_2.jpg) no-repeat center top 139px;}
body.default{background: #fff url(../images/bg_nuro_body_2.jpg) no-repeat center top 104px;}
body.popup{background-color:rgb(0,0,0, 0.8);}
header{display: flex; justify-content: center; background-color: #fff; width: 100%;}
#pc-nav{display: flex; justify-content: space-around; max-width: 1366px; padding: 15px 0 5px 0;}
@media only screen and (max-width : 1365px){
	#pc-nav {display: none;}
}

header ul{display: flex; list-style-type: none;}
header ul li{margin-left: 20px; padding-top: 15px; border-bottom: 3px solid #c0ab8d; min-width: 200px; text-align: center; font-size: 16px;}
header ul li a:link{color: #816e64; text-decoration: none;}
header ul li a:visited{color: #816e64;}
.shiten{display: block; background-color: #584d4d; color: #fff; text-align: center; letter-spacing: 0.05em; font-size: 18px; padding: 7px;}

#container{display: block; width: 1366px; margin-left: auto; margin-right: auto;}

.content-area{margin-top: 140px; display: block; width: 1050px; margin-left: auto; margin-right: auto;}

.drawer{display: flex; justify-content: flex-end; position: fixed; top: 0px; z-index: 100; height: 85px; width: 100%; max-width: 1920px;}
h1{margin: 0;}
.rogo{display: block; overflow: hidden; flex-shrink: 0; text-indent: 100%; white-space: nowrap; width: 240px; background: transparent url(../images/logo_nuro3.png) no-repeat center center; margin: 10px 0;}
.rogo a{display: block; overflow: hidden; height: 64px; width: 240px;}
@media only screen and (max-width : 1365px){
	body.top{width: 100%; background: #fff url(../images/bg_nuro_body_top_sp.jpg) no-repeat center top 116px; background-size: cover;}
	body.default{width: 100%; background: #fff url(../images/bg_nuro_body_2_sp.jpg) no-repeat center top 84px; background-size: 100% auto;}
	.shiten{font-size: 16px;}
	#container{width: 96%; margin-left: auto; margin-right: auto;}
	.content-area{margin-top: 30px; display: block; width: 100%; margin-left: auto; margin-right: auto;}
	.rogo{display: block; overflow: hidden; text-indent: 100%; white-space: nowrap; width: 216px; background: transparent url(../images/logo_nuro2_sp.png) no-repeat; margin-left: 10px; margin-top: 15px; position: relative; z-index: 101;}
	.rogo a{display: block; overflow: hidden; height: 60px; width: 216px;}
}

/*ハンバーガーメニューアイコン*/
.navbar_toggle{ z-index:9999; height: 85px; width: 85px; background-color: #857b71; cursor:pointer;}
.navbar_toggle:hover{background-color: #49921d; }
.navbar_toggle_icon { position: relative; display: block; height: 2px; width: 36px; background: #fff; -webkit-transition: ease .5s; transition: ease .5s;}
.navbar_toggle_icon:nth-child(1) { top: 0;}
.navbar_toggle_icon:nth-child(2) { margin: 8px 0;}
.navbar_toggle_icon:nth-child(3) {  top: 0;}
/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) { top: 10px; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) { -webkit-transform: translateY(-50%); transform: translateY(-50%); opacity: 0;}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) { top: -10px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

/*ハンバーガーメニューの中*/
.gmenu{display: flex; position: fixed; z-index: 3; top: 0; left: 0; background: #fff; text-align: center; transform: translateY(-100%); transition: all 0.6s; 
width: 100%; height: 484px; padding-top: 140px;}
.gmenu ul.cate1{display: flex; flex-direction: column; flex-wrap: wrap; list-style-type: none; padding: 0; width: 100%; margin: 0; letter-spacing: 0.1em;}
.gmenu ul.cate1 li{text-align: left; height: 120px; width: 100%; border-bottom: 1px solid rgba(0,0,0,0.2); border-right: 1px solid rgba(255,255,255,0.2); background: transparent url('../images/icon_cate1_off.png') no-repeat; background-position: right 30px bottom 45px;}
.gmenu ul.cate1 li:hover{background: #64902e url('../images/icon_cate1_on.png') no-repeat; background-position: right 30px bottom 45px;}
.gmenu ul.cate1 li a{display: block; overflow: hidden; height:120px; color: #685e58; font-size: 24px; padding: 45px 0 0 20px; text-decoration: none;}
.gmenu ul.cate1 li a:hover{color: #fff;}
.gmenu ul.cate1 li a.betsuwin{background: transparent url('../images/icon_betsuwin_gray.png') no-repeat top 50px left 120px;}


/*open時の動き*/
.gmenu.open{transform: translateY(0%);}
@media only screen and (max-width : 1365px){
	.navbar_toggle{ z-index:9999; height: 85px; width: 85px; background-color: #857b71; cursor:pointer;}
	.navbar_toggle:hover{background-color: #49921d; }
	.navbar_toggle_icon { position: relative; display: block; height: 3px; width: 39px; background: #fff; -webkit-transition: ease .5s; transition: ease .5s;}
	.navbar_toggle_icon:nth-child(1) { top: 0; margin: 30px 23px 0 23px;}
	.navbar_toggle_icon:nth-child(2) { margin: 9px 23px;}
	.navbar_toggle_icon:nth-child(3) { top: 0; margin: 0 23px;}
	/*OPEN時の動き*/
	.navbar_toggle.open .navbar_toggle_icon:nth-child(1) { top: 11px; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
	.navbar_toggle.open .navbar_toggle_icon:nth-child(2) { -webkit-transform: translateY(-50%); transform: translateY(-50%); opacity: 0;}
	.navbar_toggle.open .navbar_toggle_icon:nth-child(3) { top: -11px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
	.gmenu{display: block; padding-top: 85px; height: auto;}
	.gmenu ul.cate1{width: 100%; letter-spacing: 0.05em;}
	.gmenu ul.cate1 li{height: 60px; width: 100%; background-position: right 20px bottom 10px;}
	.gmenu ul.cate1 li:hover{background-position: right 20px bottom 10px;}
	.gmenu ul.cate1 li a{height: 60px; font-size: 16px; padding: 15px 0 0 20px;}
	.gmenu ul.cate1 li a.betsuwin{background: transparent url('../images/icon_betsuwin_gray.png') no-repeat top 20px left 100px;}
	.gmenu ul.cate2{width: 100%; letter-spacing: 0.05em; padding: 30px 0;}
	.gmenu ul.cate2 li{width: 100%; height: 45px; padding-left: 20px;}
	.gmenu ul.cate2 li a{height: 45px; padding: 10px 0 0 0;}
}

/*for smartphone
------------------------------------- */
nav#spNav{width: 100%; height: 85px; position: absolute; top: 0px; left: 0px; z-index: 1; background: transparent;}
@media only screen and (min-width : 1366px){
	nav#spNav {display: none;}
}




/*footer
------------------------------------- */
.footarea{display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; clear: both; background: url('../images/bg_copyright.png') no-repeat center center; min-height: 237px;}
.copy{color: #fff; font-size: 12px; text-align: center;}
.pagetop {position: fixed; bottom: -20px; right: 20px; z-index: 1;}
.pagetop a { display: block; width: 60px; height: 40px; background-color: #fea200; border-radius: 30px 30px 0 0; text-align: center; color: #fff; font-size: 24px; text-decoration: none; line-height: 40px;}
.pagetop a:hover {opacity: 0.8;}
@media only screen and (max-width : 1365px){
	.footarea{background: url('../images/bg_copyright_sp.png') no-repeat center center; min-height: 165px; background-size: contain;}
	.pagetop a { display: block; width: 40px; height: 26px; background-color: #fea200; border-radius: 20px 20px 0 0; text-align: center; color: #fff; font-size: 15px; text-decoration: none; line-height: 26px;}
}


/*for top*/
/*.index-title{display: block; overflow: hidden; flex-shrink: 0; text-indent: 100%; white-space: nowrap;}*/
#title-01{display: block; overflow: hidden; flex-shrink: 0; text-indent: 100%; white-space: nowrap;　width: 913px; height: 63px; background: transparent url('../images/title_aomori.png') no-repeat center center; margin: 50px auto;}
#title-02{display: block; overflow: hidden; flex-shrink: 0; text-indent: 100%; white-space: nowrap;　width: 1298px; height: 179px; background: transparent url('../images/title_nuro.png') no-repeat center center; margin: 100px auto;}
#title-03{display: block; overflow: hidden; flex-shrink: 0; text-indent: 100%; white-space: nowrap;　width: 1298px; height: 179px; background: transparent url('../images/title_merit.png') no-repeat center center; margin: 100px auto;}
#title-04{display: block; overflow: hidden; flex-shrink: 0; text-indent: 100%; white-space: nowrap;　width: 1298px; height: 179px; background: transparent url('../images/title_seisaku.png') no-repeat center center; margin: 100px auto;}
#title-05{display: block; overflow: hidden; flex-shrink: 0; text-indent: 100%; white-space: nowrap;　width: 1298px; height: 179px; background: transparent url('../images/title_links.png') no-repeat center center; margin: 100px auto;}
.flex-box{display: flex; justify-content: space-between;}
.aomori-left{display: block; min-width: 842px;}
.aomori-left img{vertical-align: top; outline: 12px solid #fff; outline-offset: -12px; border-radius: 60px;}
.aomori-right{display: block; overflow: hidden; margin-left: 20px;}
.aomori-kaisetsu{display: block; overflow: hidden; background-color: #faf0c6; padding: 10px 30px; border: 12px solid #ff9600; border-radius: 60px; color: #6c5e57; line-height: 1.85em; letter-spacing: 0.05em; font-size: 18px;}
.top-nav{}
.top-nav ul{list-style-type: none; padding: 0; margin-top: 20px;}
.top-nav ul li{color: #fff; background-color: #49921d; border: 12px solid #fff; border-radius: 40px; margin-bottom: 10px;  text-align: center;}
.top-nav ul li a{display: block; overflow: hidden; padding: 0px; letter-spacing: 0.05em; font-weight: 500; font-size: 24px; padding: 15px;}
.top-nav ul li a:link{color: #fff; text-decoration: none;}
.top-nav ul li a:visited{color: #fff; text-decoration: none;}
@media only screen and (max-width : 1365px){
	.flex-box{flex-wrap: wrap; justify-content: center;}
	.aomori-left{min-width: auto;}
	.aomori-left img{border-radius: 60px 60px 0 0 ;}
	map{line-height: 1em;}
	.aomori-right{margin-left: 0;}
	.aomori-kaisetsu{max-width: 762px; font-size: 16px;}
}
@media only screen and (max-width : 1297px){
	/*.index-title{width: auto; background-size: contain;}*/
	#title-01{width: auto; background-size: contain;}
	#title-02{display: block; overflow: hidden; flex-shrink: 0; text-indent: 100%; white-space: nowrap;　width: 768px; height: 105px; background: transparent url('../images/title_sp_01.png') no-repeat center center; margin: 100px auto;}
	#title-03{display: block; overflow: hidden; flex-shrink: 0; text-indent: 100%; white-space: nowrap;　width: 768px; height: 105px; background: transparent url('../images/title_sp_02.png') no-repeat center center; margin: 100px auto;}
	#title-04{display: block; overflow: hidden; flex-shrink: 0; text-indent: 100%; white-space: nowrap;　width: 768px; height: 105px; background: transparent url('../images/title_sp_03.png') no-repeat center center; margin: 100px auto;}
	#title-05{display: block; overflow: hidden; flex-shrink: 0; text-indent: 100%; white-space: nowrap;　width: 768px; height: 105px; background: transparent url('../images/title_sp_04.png') no-repeat center center; margin: 100px auto;}
}
@media only screen and (max-width : 767px){
	#title-02{display: block; overflow: hidden; flex-shrink: 0; text-indent: 100%; white-space: nowrap;　width: 100%; height: 80px; background: transparent url('../images/title_sp2_01.png') no-repeat center center; margin: 50px auto; background-size: contain;} 
	#title-03{display: block; overflow: hidden; flex-shrink: 0; text-indent: 100%; white-space: nowrap;　width: 100%; height: 80px; background: transparent url('../images/title_sp2_02.png') no-repeat center center; margin: 50px auto; background-size: contain;} 
	#title-04{display: block; overflow: hidden; flex-shrink: 0; text-indent: 100%; white-space: nowrap;　width: 100%; height: 80px; background: transparent url('../images/title_sp2_03.png') no-repeat center center; margin: 50px auto; background-size: contain;} 
	#title-05{display: block; overflow: hidden; flex-shrink: 0; text-indent: 100%; white-space: nowrap;　width: 100%; height: 80px; background: transparent url('../images/title_sp2_04.png') no-repeat center center; margin: 50px auto; background-size: contain;} 
}
.aomori-sp{}
.aomori-sp ul{display: block; overflow: hidden; width: 100%; list-style-type: none; background-color: #fff; border-radius: 0 0 40px 40px; margin-top: 0; padding-left: 0;}
.aomori-sp ul li{border-bottom: 1px solid #ccc; padding-left: 50px; vertical-align: middle; background: transparent url('../images/icon_popup.png') no-repeat top 6px left 20px;}
.aomori-sp ul li a{display: block; overflow: hidden; text-decoration: none; margin: 15px 0 15px 0;}

/*pop up*/
.popup-win{border: 12px solid #48911c; border-radius: 60px; background-color: #f9f0c5; padding: 50px;}
.popup-win h1{color: #675d51; font-weight: 500; font-size: 36px; letter-spacing: 0.05em; margin-bottom: 30px; }
.popup-win h2{color: #675d51; font-weight: 400; font-size: 26px; letter-spacing: 0.05em;}
.popup-win p{letter-spacing: 0.05em; line-height: 2.0em; color: #584d4d; font-size: 18px;}
.popup-win a{font-weight: 500;}
.popup-win a:link{color: #48911c;}
.popup-win a:visited{color: #48911c;}
.popup-win .pos-left{width: 48%;}
.popup-win .pos-right{width: 48%;}
figure{display: flex; justify-content: center; flex-wrap: wrap; margin: 20px 0;}
figure a{text-decoration: none;}
figcaption{text-align: center; color: #584d4d; font-size: 16px; letter-spacing: 0.05em; width: 100%;}
@media only screen and (max-width : 1365px){
	.popup-win{border: 8px solid #48911c; border-radius: 40px; padding: 30px 15px;}
	.popup-win h1{font-size: 32px;}
	.popup-win h2{font-size: 22px;}
	.popup-win p{font-size: 16px;}
	.popup-win .flex-box{flex-wrap: wrap; justify-content: center;}
	.popup-win .pos-left{width: 100%;}
	.popup-win .pos-right{width: 100%;}
	figcaption{font-size: 14px; line-height: 1.5em;}
}

/*for page nuro
------------------------------------- */
.flex-box2{display: flex; justify-content: center; flex-wrap: wrap;}
.kaisetsu-waku{display: block; overflow: hidden; background-color: #faf0c6; padding: 10px 30px; border: 12px solid #ff9600; border-radius: 60px; color: #6c5e57; line-height: 1.85em; letter-spacing: 0.05em; font-size: 18px;}
/*.bar-eagle{display: block; overflow: hidden; width: 100%; min-height: 190px; background: transparent url('../images/box-head.png') no-repeat top center; z-index: 1; margin-top: 40px;}*/
.bar-eagle{display: block; overflow: hidden; z-index: 1; margin-top: 40px;}
.item-waku{display: block; overflow: hidden; background-color: #e1dab1; padding: 30px; border: 12px solid #835b22; border-radius: 60px; color: #6c5e57; line-height: 1.85em; letter-spacing: 0.05em; font-size: 18px; margin-top: -40px;}
.item-waku h2{font-size: 36px; margin-bottom: 40px; letter-spacing: 0.05em;}
.item-waku h3{font-size: 32px;}
.item-waku p{margin: auto 30px;}
@media only screen and (max-width : 1365px){
	.bar-eagle{}
	.item-waku{padding: 20px;}
	.item-waku h2{font-size: 28px;}
	.item-waku h3{font-size: 26px;}
	.item-waku p{margin: auto 0;}
}

/*for page links
------------------------------------- */
.tab-group{display: flex; justify-content: center; padding-left: 0; width: 100%; margin: 0;}
.tab{flex-grow: 1; padding:20px; list-style:none; border:solid 12px #584d4d; text-align:center; cursor:pointer; border-radius: 40px 40px 0 0; margin: 0; font-size:22px; background-color: #2e8200; color: #fff; width: 25%; letter-spacing: 0.05em;}
.tab:hover{background-color: #379503;}
.panel-group{ width: 100%;}
.panel{display:none;}
.tab.is-active{background:#584d4d; transition: all 0.2s ease-out;}
.panel.is-show{display:block;}

.links-area{display: block; overflow: hidden; width: 100%; background-color: #faf0c6; border-left: 12px solid #584d4d; border-right: 12px solid #584d4d; border-bottom: 12px solid #584d4d; padding: 30px 40px; border-radius: 0 0 40px 40px; box-sizing: border-box;}
.links-area h2{background: transparent url('../images/icon_eagle_seitai.png') no-repeat; min-height: 75px; padding-top: 25px; padding-left: 90px; font-size: 30px;}
.links-area h3{font-size: 24px; margin-left: 1em;}
.links-area ul{list-style-type: none; margin-bottom: 50px;}
.links-area ul li{background: transparent url('../images/icon_tri_link.png') no-repeat top 12px left; padding-left: 25px; line-height: 2.0em; font-size: 20px; letter-spacing: 0.05em;}
br.sp-only{display: none;}
@media only screen and (max-width : 1365px){
	.tab-group{flex-wrap: wrap;}
	.tab{width: 30%; border-radius: 40px; margin: 10px 10px; font-size: 20px; padding: 15px;}
	.links-area{border: 12px solid #584d4d; border-radius: 40px; margin-top: 20px; padding: 10px 15px;}
	.links-area h2{font-size: 24px;}
	.links-area h3{font-size: 20px; margin-left: 8px;}
	.links-area ul{padding-left: 10px;}
	.links-area ul li{font-size: 18px; margin-bottom: 10px;}
}
@media only screen and (max-width : 560px){	
	br.sp-only{display: block;}
}

/*foot-nav
------------------------------------- */
.foot-nav{display: flex; justify-content: center; margin-top: 50px;}
.foot-nav ul{list-style-type: none; padding: 0; display: flex;}
.foot-nav ul li{background-color: #fff; border-radius: 40px; padding: 10px; width: 230px; text-align: center; margin-left: 30px;}
.foot-nav ul li:first-child{margin-left: 0;}
.foot-nav ul li a{display: block; overflow: hidden; padding: 0px; letter-spacing: 0.05em; font-weight: 500; font-size: 16px; padding: 5px 0;}
.foot-nav ul li a:link{color: #816e64; text-decoration: none;}
.foot-nav ul li a:visited{color: #816e64; text-decoration: none;}
.foot-nav ul li.here{background-color: #c0ab8d; color: #fff;}
.foot-nav ul li.here a:link{color: #fff;}
.foot-nav ul li.here a:visited{color: #fff;}
@media only screen and (max-width : 1365px){
	.foot-nav ul{flex-wrap: wrap;}
	.foot-nav ul li{width: 95%; margin-left: auto; margin-right: auto; margin-bottom: 10px;}
	.foot-nav ul li:first-child{margin-left: auto;}
}


/*desktop - smartphone
------------------------------------- */
.hide-desktop {display: none;}
.hide-smartphone{display: block;}
@media only screen and (max-width : 1365px){
	.hide-desktop {display: flex;}
	.hide-smartphone{display: none;}
}