@charset "utf-8"; 







/*================================2階層：contents===============================*/


.contents {
	background-color: #fff;
	background-image: url(../images/bg_common_access.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 980px auto;
}
.inner_contents {
	position:relative;
	max-width: 960px;
	margin: 0 auto;
	min-height: 700px;
	padding-top: 150px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 100px;
}
.page_ttl {
	color: #000;
	text-align: center;
	font-size: 3rem;
	margin-bottom: 30px;
}


/* news_list */
.information_list,
.information_list a {
	color: #000;
}
.information_list dt {
color: #000;
	font-size: 1.6rem;
	margin-bottom: 5px;
}
.information_list dd {
	font-size: 1.6rem;
	border-bottom: dashed 1px #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* pagenation */
.screen-reader-text {
	display: none;
}
.pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-indent: 0;
    text-align: center;
}
.pagination li {
    display: inline-block;
    float: none;
}
.pagination li > span {
    background: #ea545d;
}


/* news_page */
.news_ttl {
	color: #000;
	font-size: 2.5rem;
	line-height: 1.5em;
}
.news_date {
	color: #000;
	font-size: 1.5rem;
}
.news_txt {
	color: #000;
	font-size: 1.5rem;
}


/* 404 */
.nopage_txt {
	color: #000;
	font-size: 1.5rem;
}







p {
	font-size:1.6rem;
	line-height:2em;
}
.contents table {
	border-collapse: collapse;
	color:#fff;
	border-top:0;
	clear: both;
	margin:0 auto 1em;
	width: 700px;
}
.contents caption {
	text-align: left;
	padding-bottom: 0.2em;
	font-weight: bold;
}
.contents th,
.contents td {
	color:#fff;
	text-align:left;
	vertical-align:top;
	font-size:1.6rem;
	padding:2px 0;
	line-height:2em;
}
.contents thead th {
	color: #fff;
	background: #221815;
	padding:10px 0 10px 10px;
	line-height:1.8em;
}
.contents tbody th {
	width: 20%;
	
}
.contents table .th_01 {
	width: 10%;
}
.contents table .th_02 {
	width: 20%;
}
.contents table .th_03 {
	width: 30%;
}
.contents em {
	color: #F30;
	font-weight: bold;
}
.contents .line_btm {
	padding-bottom: 16px;
	border-bottom:dashed 1px #ccc;
	margin-bottom: 16px;
}


.not_tax {
	color:#fff;
	position:absolute;
	bottom:15px;
	left:50%;
	transform:translateX(-50%);
}






/*================================ adjust ===============================*/
.contents .adjust_group {
	margin-bottom:5em;
}
.adjust_btm {
margin-bottom: 40px;
}
.list_row2 {
	width: 360px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list_row2 li {
	width: 50%;
	margin-bottom: 10px;
}
.example {
	display: flex;
	justify-content: center;
}
.example_ttl {
	font-size: 1.6rem;
	width: 3em;
}
.example_txt {
	width: 100%;
	font-size: 1.6rem;
}
.example_txt .price {
	float: right;
	margin-left: 10px;
}

/* set_contents */
.set_contents {
}
.set_contents_body {
	
}
.set_contents_item {
	display: flex;
	margin-bottom: 20px;
}
.set_contents_ttl{
	font-size: 1.6rem;
	width: 25%;
	letter-spacing: .1em;
	white-space: nowrap;
}
.set_contents_ttl .price {
font-size: 2rem;
	display: block;
	font-weight: bold;
}
.set_contents_txt{
width: 75%;
	font-size: 1.6rem;
	line-height: 1.8em;
	padding-left: 35px;
	position: relative;
}
.set_contents_txt::before {
	content: " ";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #231815;
}


/* btn */

.contents .btn_more {
	max-width: 194px;
	padding-left:18px;
	position:relative;
	margin:0 auto;
}
.contents .btn_more a {
	font-size:2rem;
	color:#231815;
	letter-spacing:.2em;
	display:block;
	background-color:rgba(212,181,114,.8);
	line-height:66px;
	text-align:center;
	transition:all .5s ease;
}
.contents .btn_more a::after {
	content: " ";
	display: block;
	width: 26px;
	height: 53px;
	background-image: url(../images/arrow01_b.svg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	transition:all .5s;
}
.contents .btn_more a:hover {
	color:#000;
	background-color:rgba(234,84,93,.8);
}
.contents .btn_more a:hover::after {
	left:5px;
}





/*================================ 共通 ===============================*/

.hero_common {
	/*background-color:#ccc;*/
	position:relative;
	overflow: hidden;
	height:100%;
	
}
.hero_img {
	width:100%;
	margin: 0 auto;
	height:100%;
	min-height: 700px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.hero_ttl {
	color:#fff;
	font-size:5.2rem;
	line-height:1;
	letter-spacing:.2em;
	white-space:nowrap;
	position:absolute;
	bottom:-5px;
	left:50%;
	transform:translateX(-50%);
}
.hero_ttl br {
	display: none;
}
.hero_common .btn_scroll {
	display: none;
	width:42px;
	height:18px;
	position:absolute;
	left:50%;
	bottom:68px;
	margin-left:-21px;
	
	-webkit-animation: bound 1.5s ease-in infinite;
	-moz-animation: bound 1.5s ease-in infinite;
	-ms-animation: bound 1.5s ease-in infinite;
	-o-animation: bound 1.5s ease-in infinite;
	animation: bound 1.5s ease-in infinite;
}
.hero_common .btn_scroll a {
	outline-style: none;
	background-image: url(../images/btn_scroll.svg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size:auto 100%;
	height:100%;
}


@-webkit-keyframes bound {
    0%,
    100% {
        -webkit-transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px)
    }
}

@-moz-keyframes bound {
    0%,
    100% {
        -webkit-transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px)
    }
}

@-ms-keyframes bound {
    0%,
    100% {
        -webkit-transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px)
    }
}

@-o-keyframes bound {
    0%,
    100% {
        -webkit-transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px)
    }
}

@keyframes bound {
    0%,
    100% {
        -webkit-transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px)
    }
}


/*
* コンテンツ部分
*/
.common_contents {
	padding-top: 167px;
	padding-bottom: 167px;
	
}

/* 高安対応ここから↓ */
.common_contents_f {
	padding-top: 152px;
	background-color: #fff;
	padding-bottom: 136px;
	background-image: url(../menu/images/hero_common03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
/*	background-size:contain;*/
}
/* 高安対応ここまで↑ */

.common_contents_inner {
	width:678px;
	margin:0 auto;
}
.common_contents_ttl {
	line-height:1;
	text-align:center;
	font-size:2.2rem;
	letter-spacing:.2em;
	color:#000;
	margin-bottom:30px;
}

/* 高安対応ここから↓ */
#common_contents_ttl_b {
	line-height:1.1;
	text-align:center;
	font-size: 5rem;
	letter-spacing:.1em;
	color:#000;
	margin-bottom:30px;
}

.common_img_box {
	width: 678px;
	margin: 64px 0px;
}

.common_img_box ul {
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.common_img_box li {
	margin-bottom: 15px;
}

.common_img_box img{
	width:216px;
	height: 216px;
}
/* 高安対応ここまで↑ */





/*
* メニュー一覧／std
*/
.common_contents_menu {
	color:#000;
	list-style:outside;
}
.std .common_contents_menu,
.full .common_contents_menu {
	width:685px;
	margin:0 auto;
}
.menu_item {
	font-size:1.5rem;
	margin-bottom:18px;
	line-height:1;
	position:relative;
}
.menu_item::after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.menu_item .txt_en {
	font-size:1.2rem;
	line-height:1.8;
}



/* 高安対応ここから↓ */
.txt_en {
	position:absolute;
	left:330px;
}
#yoyaku_icon {
	width: 19px;
	height: 86px;
	color: #fff;
	font-size: 1.3rem;
	background-color: #EA545D;
	border-radius: 5px;
	margin-left: 10px;
	padding: 3px 10px 3px 11px;
}
/* 高安対応ここまで↑ */



.menu_item_txt {
	
}
.menu_item .price {
	position:absolute;
	right:0;
	top:0;
}

/*
* メニュー一覧／2カラム
*/

.type_2column {
	margin:0 auto;
}
.type_2column .common_contents_inner {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.type_2column .item_group {
	width:368px;
	margin-bottom:48px;
}
.multi .common_contents_menu {
	margin-bottom:75px;
}
.multi .common_contents_menu:last-child {
	margin-bottom:0;
}



/*
* メニュー一覧／横一列
*/
.full .common_contents_menu {
	margin-bottom:48px;
}
.adjust_w01,
.adjust_w02,
.adjust_w03 {
	display:inline-block;
}
.adjust_w01 {
	width:280px;
}
.adjust_w02 {
	width:172px;
}
.adjust_w03 {
	width:250px;
}




/*================================ 常陸の輝き ===============================*/

.common_contents.hitachi_kagayaki01 {
	padding-bottom: 50px;
}
.hitachi_kagayaki_img01 {
	width: 674px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 108px;
}


.common_contents.hitachi_kagayaki02 {
	padding-top: 90px;
}
.pig_silhouette {
	width: 191px;
	margin: 0 auto 45px;
}












/*================================ アクセス ===============================*/

.access_contents {
	background-image: url(../images/bg_common_access.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	height:567px;
	padding-top:122px;
}
.access_logo {
	width:211px;
	height:144px;
	margin:0 auto 47px;
}
.access_txt {
	font-size:1.5rem;
	width:477px;
	margin:0 auto;
	color:#000;
	line-height:2.3em;
	letter-spacing:.1em;
	padding-left:50px;
}

/*
* アクセスマップ
*/

.access_map iframe {
	display:block;
	width:100%;
	height:448px;
}







/*================================ お問い合わせ ===============================*/

/*
* thanks
*/
.contents .thanks_txt {
	padding:60px 15px 0;
	margin-bottom:100px;
}
.contents .thanks_txt p {
	text-align:center;
}







