@charset "utf-8";

/*
Theme Name: nissin_child
Template: nissin_child
Author: t-labo
Author URI: https://takai-laboratory.com/
*/

/*========================*/
/*fade
***************/
/* 画面外にいる状態 */
.fadein {
opacity : 0;
transform : translate(0, 150px);
transition : all 1500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
opacity : 1;
transform : translate(0, 0);
}
#wrap {overflow: hidden;}
body {opacity: 0; transition-duration: .5s; transition-delay: .2s;}
.indication {opacity: 1;}
.indent_content {padding: 70px 0;}
.indent_content02 {margin-top: 50px;}
.content {padding: 40px; position: relative;}
/******************************
HEADER
******************************/
header {padding: 20px 0; position: fixed; top: 0; left: 0; right: 0; margin: auto; z-index: 999; box-sizing: border-box; line-height: 1; background-color: #fff;}
header h1 {font-size: 12px;}
header .inner {margin-top: 15px;}
header .logo_area {margin-bottom: -7px;}
header h2 {font-size: 20px; line-height: 1.3; margin-left: 10px;}
header .btn {background-color: #27ae27; width: 150px; padding: 10px 0; font-size: 16px; box-sizing: border-box; border-radius: 20px; transition-duration: .6s;}
header .btn:hover {background-color: #262626;}
.main_nav {display: table;}
.main_nav li {display: table-cell; position: relative; line-height: 1; box-sizing: border-box; padding: 0 20px;}
.main_nav .dots {
position: absolute;
	top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    -webkit-transition: opacity .8s .7s,-webkit-transform .9s .3s cubic-bezier(.79,.17,.15,.96);
    transition: opacity .8s .7s,-webkit-transform .9s .3s cubic-bezier(.79,.17,.15,.96);
    transition: transform .9s .3s cubic-bezier(.79,.17,.15,.96),opacity .8s .7s;
    transition: transform .9s .3s cubic-bezier(.79,.17,.15,.96),opacity .8s .7s,-webkit-transform .9s .3s cubic-bezier(.79,.17,.15,.96);
}
.main_nav .dots::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: solid 1px #1f3134;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: .3s;
    transition: .3s;
	box-sizing: border-box;
}
.main_nav .dots::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    height: 4px;
    width: 4px;
    background: #1f3134;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
	box-sizing: border-box;
}
.main_nav li:hover .dots::before {opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .5s cubic-bezier(.08,.92,.35,1);
    transition: .5s cubic-bezier(.08,.92,.35,1);
}
.main_nav li:hover .dots::after {
	opacity: 1;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: .3s;
    transition: .3s;
}
.front_main {overflow: hidden; margin-top: 114px; position: relative; max-height: 1084px;}
.front_main .movie {position: relative; right: 0; top: 0; bottom: 0; margin: auto; min-width: 2000px; left: 50%; margin-left: -1000px;}
.front_main .net {position: absolute; left: 0; right: 0; margin: auto; top: 0; z-index: 20; height: 1084px; min-width: 1920px;}
.front_main .text_area {position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: 30; line-height: 1;}
.front_main .front_txt01 {font-size: 145px; color: #27ae27; opacity: 0; letter-spacing: -.5vw;}
.front_main .front_txt02 {font-size: 50px; color: #27ae27; line-height: 1.5; opacity: 0; letter-spacing: -.5vw;}
.front_main .txt03 {font-size: 40px; margin-top: 60px;}
.front_main .front_txt02 span:nth-of-type(5),.front_main .front_txt02 span:nth-of-type(9),.front_main .front_txt02 span:nth-of-type(17) {margin-bottom: -14px;}
.front_main .front_txt02 span:nth-of-type(6) {margin-right: 20px;}

/*slide*/
.front_main .sliderArea {width: 710px; background-color: #fff; position: absolute;  left: 0; bottom: 0; z-index: 40; transform: translateY(110px);transition-duration: .6s; opacity: 0; transition-timing-function: cubic-bezier(.19,.82,.27,1);}
.front_main .vertical-center,.front_main .news_title {transform: translateY(110px);transition-duration: .6s; opacity: 0; transition-timing-function: cubic-bezier(.19,.82,.27,1);}
.front_main .vertical-center.inview,.front_main .news_title.inview,.front_main .sliderArea.inview {transform: translateY(0); opacity: 1;}

.front_main .news_title {background-color: #188318; width: 110px; min-width: 110px; height: 110px;}
.front_main .over {font-size: 16px;}
.front_main h3 {margin-top: 10px; font-size: 16px;}
.front_main .prev-arrow {position: absolute; right: 30px; top: 30px; z-index: 100; cursor: pointer;}
.front_main .next-arrow {position: absolute; right: 30px; bottom: 30px; z-index: 100; cursor: pointer;}
.front_main .slick-slider {width: 100%;}
.front_main .slick-list {width: 500px;}
.front_main .slick-slide {height: 110px; display: flex; align-items: center; padding-left: 30px; outline: none; opacity: 0; transition-duration: .3s;}
.front_main .slick-active {opacity: 1;}

/*index*/
#index .box01 {background: url("img/index/box01_bg.jpg")center center no-repeat; position: relative;}
#index .box01 .txt_box {position: relative; z-index: 20; padding: 60px;}
#index .box01 h2 {font-size: 20px; margin-bottom: 40px;}
#index .box01 .big {font-size: 40px; line-height: 1; color: #000; transition-duration: .6s;}
#index .box01:hover .big {color: #27ae27;}
#index .box01 .txt01 {font-size: 25px; margin: 30px auto;}
#index .box01 .white_bg {background: rgba(255,255,255,.8); width: 100%; height: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; box-sizing: border-box; content: ''; -webkit-transition: .2s; transition: .2s;}
#index .h_point:hover .white_bg {width: calc(100% - 60px); height: calc(100% - 60px);}
#index .btn01 {
	transition-duration: .6s;
	position: relative; text-align: center;
	font-size: 16px;
	color: #000;
	width: 300px; height: 56px; margin: auto; overflow: hidden; box-sizing: border-box;
	line-height: 1;
}
#index .btn01 .btn_inner {height: 100%;}
#index .btn01 p {display: flex; align-items: center; justify-content: center; height: 100%;}
#index .btn01 .btn_item01,#index .btn01 .btn_item02 {
	position: absolute;
    border-color: #fff;
    width: 320px;
    height: 280px;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: border-color .3s,opacity .3s,-webkit-transform .6s cubic-bezier(.79,.17,.15,.96);
    transition: border-color .3s,opacity .3s,-webkit-transform .6s cubic-bezier(.79,.17,.15,.96);
    transition: transform .6s cubic-bezier(.79,.17,.15,.96),border-color .3s,opacity .3s;
    transition: transform .6s cubic-bezier(.79,.17,.15,.96),border-color .3s,opacity .3s,-webkit-transform .6s cubic-bezier(.79,.17,.15,.96);
	border: 1px solid #1f3134;
}
#index .btn01 .btn_item01 {
	top: 0;
    left: calc(100% - 10px);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: translate3d(0,0,0) rotate(-45deg);
    transform: translate3d(0,0,0) rotate(-45deg);
}
#index .btn01 .btn_item02 {
    bottom: 0;
    right: calc(100% - 10px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0,0,0) rotate(-45deg);
    transform: translate3d(0,0,0) rotate(-45deg);
}
#index .btn01 .btn_item01::before,#index .btn01 .btn_item02::before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #f6f6f6;
    opacity: 0;
    -webkit-transition: .4s .1s;
    transition: .4s .1s;
	box-sizing: border-box;
}
#index .h_point:hover .btn01 .btn_item01,#index .h_point:hover .btn01 .btn_item02 {
	-webkit-transition: -webkit-transform .45s cubic-bezier(.79,.17,.15,.96);
    transition: -webkit-transform .45s cubic-bezier(.79,.17,.15,.96);
    transition: transform .45s cubic-bezier(.79,.17,.15,.96);
    transition: transform .45s cubic-bezier(.79,.17,.15,.96),-webkit-transform .45s cubic-bezier(.79,.17,.15,.96);
}
#index .h_point:hover .btn01 .btn_item01 {
	-webkit-transform: translate3d(-100%,0,0) rotate(-45deg);
    transform: translate3d(-100%,0,0) rotate(-45deg);
    -webkit-transition: .5s cubic-bezier(.29,.8,.35,1);
    transition: .5s cubic-bezier(.29,.8,.35,1);
}
#index .h_point:hover .btn01 .btn_item02 {
	-webkit-transform: translate3d(100%,0,0) rotate(-45deg);
    transform: translate3d(100%,0,0) rotate(-45deg);
    -webkit-transition: .5s cubic-bezier(.29,.8,.35,1);
    transition: .5s cubic-bezier(.29,.8,.35,1);
}
#index .h_point:hover .btn01 {color: #fff; background-color: #262626;}
#index .btn01 .arrow {
	position: absolute;
    top: 1px;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 13px;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-transition: .3s;
    transition: .3s;
	opacity: 0;
	left: -5px;
}
#index .btn01 .arrow::before {
	content: '';
    position: absolute;
    right: 0;
    top: 6px;
    height: 2px;
    width: 100%;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: translate3d(0,0,0) rotate(45deg);
    transform: translate3d(0,0,0) rotate(45deg);
	box-sizing: border-box;
	background-color: #fff;
}
#index .btn01 .arrow::after {
	content: '';
    position: absolute;
    right: 0;
    top: 6px;
    height: 2px;
    width: 100%;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: translate3d(0,0,0) rotate(-45deg);
    transform: translate3d(0,0,0) rotate(-45deg);
	box-sizing: border-box;
	background-color: #fff;
}
#index .h_point:hover .btn01 .arrow {
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
    -webkit-transition: opacity .2s .2s,-webkit-transform .3s .1s cubic-bezier(.79,.17,.15,.96);
    transition: opacity .2s .2s,-webkit-transform .3s .1s cubic-bezier(.79,.17,.15,.96);
    transition: transform .3s .1s cubic-bezier(.79,.17,.15,.96),opacity .2s .2s;
    transition: transform .3s .1s cubic-bezier(.79,.17,.15,.96),opacity .2s .2s,-webkit-transform .3s .1s cubic-bezier(.79,.17,.15,.96);
	left: 17px;
}

/* 線(ボーダー)のスタイル 共通 */
#index .btn01:before,
#index .btn01:after,
#index .btn01 .btn_inner:before,
#index .btn01 .btn_inner:after {
    content: '';
    position: absolute;
    background: #000; /*線の色*/
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}
/* 上のボーダー */
#index .btn01 .btn_inner:before {
    top: 0;
    right: -100%;
    width: 100%;
    height: 1px;
	transition-delay: .3s;
}
/* 左のボーダー */
#index .btn01 .btn_inner:after {
    top: -100%;
    left: 0;
    width: 1px;
    height: 100%;
	transition-delay: .6s;
}
/* 下のボーダー */
#index .btn01:before {
	bottom: 0;
    left: -100%;
    width: 100%;
    height: 1px;
	transition-delay: .3s;
}
/* 右のボーダー */
#index .btn01:after {
    bottom: -100%;
    right: 0;
    width: 1px;
    height: 100%;
	transition-delay: .6s;
}

/* ホバー時のアニメーション指定 */
#index .btn01.is-invasion .btn_inner::before {
    right: 0;
}
#index .btn01.is-invasion .btn_inner::after {
    top: 0;
}
#index .btn01.is-invasion::before {
	left: 0;
}
#index .btn01.is-invasion::after {
    bottom: 0;
}




#index .box02 {width: 50%; background: url("img/index/box02_bg.jpg")center center no-repeat;}
#index .box03 {width: 50%; background: url("img/index/box03_bg.jpg")center center no-repeat;}
#index .box04 {background: url("img/index/box04_bg.jpg")top center no-repeat; padding: 340px 0 50px;}
#index .box04 h2 {font-size: 25px; line-height: 1.3; margin-bottom: 90px;}
#index .box04 h2 span {font-size: 70px;}
#index .box04 .list {box-sizing: border-box; width: 373px; position: relative; border-bottom: 2px solid #27ae27;}
#index .box04 .over {position: relative; background: #27ae27; height: 279px;}
#index .box04 .img_box {transition-duration: .3s; position: absolute;top: 0; left: 0;overflow: hidden;}
#index .box04 .list:hover .img_box {top: 5px; left: -5px;}
#index .box04 .img_box img {
    -webkit-transform: scale(1) translate3d(0,0,0);
    transform: scale(1) translate3d(0,0,0);
    -webkit-transition: .8s cubic-bezier(.79,.17,.15,.96);
    transition: .8s cubic-bezier(.79,.17,.15,.96);}
#index .box04 .img_box img:hover{
  transform: scale(1.06);
	-webkit-transition: -webkit-transform 3s ease-out;
    transition: -webkit-transform 3s ease-out;
    transition: transform 3s ease-out;
    transition: transform 3s ease-out,-webkit-transform 3s ease-out;
}

#index .box04 a:hover img {filter: alpha(opacity=100); opacity: 1;}
#index .box04 .txt01 {background-color: #262626; display: inline; position: absolute; right: 10px; top: -12px; font-size: 20px; line-height: 1; z-index: 10; padding: 4px 10px;}
#index .box04 .txt03 {font-size: 18px; padding: 20px 0;}
#index .box04 .txt02 {font-size:20px; line-height: 1; padding: 5px 20px; display: inline; position: absolute; left: -10px; bottom: -10px; transition-duration: .6s; z-index: 10; background: #262626;  
-webkit-transition: color .2s .3s,-webkit-transform .4s .1s cubic-bezier(.08,.92,.35,1);
    transition: color .2s .3s,-webkit-transform .4s .1s cubic-bezier(.08,.92,.35,1);
    transition: transform .4s .1s cubic-bezier(.08,.92,.35,1),color .2s .3s;
    transition: transform .4s .1s cubic-bezier(.08,.92,.35,1),color .2s .3s,-webkit-transform .4s .1s cubic-bezier(.08,.92,.35,1);

}
#index .box04 .txt02::before {
	content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #27ae27;
    -webkit-transform: translate3d(0,0,0) scaleX(1);
    transform: translate3d(0,0,0) scaleX(1);
}
#index .box04 .txt02::after {
	content: '';
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    -webkit-transform: translate3d(0,0,0) scaleX(1);
    transform: translate3d(0,0,0) scaleX(1);
}
#index .box04 .txt02::before,#index .box04 .txt02::after {
	-webkit-transform: translate3d(0,0,0) scaleX(0);
    transform: translate3d(0,0,0) scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
}
#index .box04 .list:hover .txt02::before {
	-webkit-transform: translate3d(0,0,0) scaleX(1);
    transform: translate3d(0,0,0) scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform .33s cubic-bezier(.79,.17,.15,.96);
    transition: -webkit-transform .33s cubic-bezier(.79,.17,.15,.96);
    transition: transform .33s cubic-bezier(.79,.17,.15,.96);
    transition: transform .33s cubic-bezier(.79,.17,.15,.96),-webkit-transform .33s cubic-bezier(.79,.17,.15,.96);
}
#index .box04 .list:hover .txt02::after {
-webkit-transform: translate3d(0,0,0) scaleX(1);
    transform: translate3d(0,0,0) scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform .22s cubic-bezier(.79,.17,.15,.96);
    transition: -webkit-transform .22s cubic-bezier(.79,.17,.15,.96);
    transition: transform .22s cubic-bezier(.79,.17,.15,.96);
    transition: transform .22s cubic-bezier(.79,.17,.15,.96),-webkit-transform .22s cubic-bezier(.79,.17,.15,.96);
}
#index .box05 {background: url("img/index/box05_bg.jpg")top center no-repeat; padding-top: 340px;}
#index .box05 h2 {font-size: 25px; line-height: 1.5; position: relative; left: 50%; margin-bottom: 70px;}
#index .box05 h2 span {font-size: 70px;}
#index .box05 .text_box {
    padding: 0 0 50px 50px;
    padding-right: 7.5%;
}
#index .box05 .img {position: relative; height: 300px; width: 44.1%; overflow: hidden;}
#index .box05 .img img {
	display: block;
    width: 800px;
	min-width: 800px;
    height: auto;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#index .box05 .txt01 {font-size: 30px; margin-left: 2.5%; margin-bottom: 30px;}
#index .box05 .txt02 {font-size: 16px; margin-top: 20px; margin-left: 7.5%;}
#index .box05 .btn01 {margin-right: 0;}
#index .box05 .btn {display: flex; align-items: center; margin-top: 40px;}
#index .box05 .btn::before {content: ''; flex-grow: 1; height: 1px; background: #262626; display: block; margin-right: 50px;}
#index .c_img {position: relative; min-width: 1920px; left: 50%; margin-left: -960px;}
#index .box06 {width: 50%; background: url("img/index/box06_bg.jpg")center center no-repeat;}
#index .box07 {width: 50%; background: url("img/index/box07_bg.jpg")center center no-repeat;}
#index .box06 .btn01,#index .box07 .btn01,#index .box09 .btn01 {margin-top: 40px; border: 1px solid #fff; color: #fff;}
#index .box06 .white_bg,#index .box07 .white_bg {background: rgba(0,0,0,.7);}
#index .box06 .big,#index .box07 .big {color: #fff;}
#index .box06 .btn01 .btn_item01, #index .box06 .btn01 .btn_item02,#index .box07 .btn01 .btn_item01, #index .box07 .btn01 .btn_item02,#index .box09 .btn01 .btn_item01, #index .box09 .btn01 .btn_item02 {border-color: #000; border: 1px solid #fff;}
#index .box06:hover .btn01,#index .box07:hover .btn01,#index .box09:hover .btn01 {background-color: #fff; color: #262626;}
#index .box06 .btn01 .arrow::before,#index .box06 .btn01 .arrow::after,#index .box07 .btn01 .arrow::before,#index .box07 .btn01 .arrow::after,#index .box09 .btn01 .arrow::before,#index .box09 .btn01 .arrow::after {background-color: #262626;}
#index .box08 {background-color: #fff; padding: 50px 0;}
#index .box08 h2 {font-size: 20px; margin-bottom: 20px;}
#index .box08 h2 span {font-size: 50px;}
#index .box08 .item {box-sizing: border-box; border-bottom: 2px solid #cfcfcf; padding: 20px 0;}
#index .box08 .over {font-size: 16px; line-height: 1;}
#index .box08 .time {font-size: 16px; box-sizing: border-box; border-right: 1px solid #000; color: #cfcfcf; padding-right: 20px; margin-right: 20px;}
#index .box08 h3 {font-size: 16px; margin-top: 20px;}
#index .box08 .btn01 {margin-top: 50px;}
#index .box09 {position: relative; padding: 135px 0; line-height: 1; background: url("img/index/box09_bg.jpg")top center no-repeat;}
#index .box09 .link {font-size: 20px; display: inline; box-sizing: border-box; border-bottom: 1px solid #fff; position: relative; z-index: 10;}
#index .box09 h2 {font-size: 70px; margin: 40px auto; position: relative; z-index: 10; color: #fff; transition-duration: .6s;}
#index .box09:hover h2 {color: #27ae27;}

#index .box09 .btn01 {z-index: 10;}
#index .box09 .white_bg {background: rgba(0,0,0,.7); width: 100%; height: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; box-sizing: border-box; content: ''; -webkit-transition: .2s; transition: .2s;} 
#index .box09:hover .white_bg {width: calc(100% - 135px); height: calc(100% - 135px);}
#index .box10 {background: url("img/index/box10_bg.jpg")top left repeat; padding: 75px 0 85px;}
#index .box10 .txt01 {font-size: 120px; line-height: 1;}
#index .box10 .txt01 span {color: #168f16;}
#index .box10 .txt02 {font-size: 45px; line-height: 1; box-sizing: border-box; border-bottom: 2px solid #27ae27; margin-bottom: 30px; padding: 5px 0 25px;}
#index .box10 .txt03 {font-size: 30px; line-height: 1.4;}
#index .box10 .txt03 span {font-size: 50px;}
#index .box10 .inner {margin: 20px auto 35px; line-height: 1;}
#index .box10 .tel {font-size: 50px; margin-right: 40px;}
#index .box10 .tel span {font-size: 80px;}
#index .box10 .mail {background-color: #262626; font-size: 20px; padding: 20px 30px;}
#index .box10 .mail img {margin-right: 10px;}
#index .box10 .txt04 {font-size: 20px;}


/*========================
FOOTER
========================*/
footer {background: #262626; padding-top: 50px; line-height: 1;}
footer .txt01 {font-size: 20px;}
footer .txt02 {font-size: 30px; margin-top: 5px;}
footer .link {font-size: 16px; margin: 30px auto 50px;}
footer li {font-size: 18px; margin-top: 30px;}
footer li:nth-child(1) {margin-top: 0;}
footer .txt03 {font-size: 18px;}
footer .txt04 {font-size: 25px; margin-top: 5px;}
footer .txt05 {font-size: 16px; margin: 30px auto 15px;}
footer .tel {font-size: 18px; margin-right: 30px;}
footer .txt06 {font-size: 14px; margin-left: 20px;}
footer .logo {margin-right: 10px;}
.sp_pop_inner {display: none;}
footer .copyright {background-color: #000; padding: 10px 0; margin-top: 50px; font-size: 12px;}
footer .copyright p:last-child {margin-left: 10px;}

/*pankuzu*/
.pan {padding: 40px 0;}
.pan p {font-weight: bold; margin: 0 auto;}
.pan a {display: inline;}
/*========================
ページ設定
========================*/
/*
サムネ
*************/
.page_thumb {
width: 100%;
margin: auto;
box-sizing: border-box; 
background: url(img/thumb_bg.jpg)center center no-repeat;
height: 500px;
color: #fff;
font-size: 30px;
line-height: 1;
margin-top: 116px;
}
.page_thumb span {font-size: 80px; margin-right: 20px;}
.thumb02 {background: url(img/thumb_bg02.jpg)center center no-repeat;} 
.thumb03 {background: url(img/thumb_bg03.jpg)center center no-repeat;} 
.thumb04 {background: url(img/thumb_bg04.jpg)center center no-repeat;} 
.thumb05 {background: url(img/thumb_bg05.jpg)center center no-repeat;} 
.thumb06 {background: url(img/thumb_bg06.jpg)center center no-repeat;} 
.thumb07 {background: url(img/thumb_bg07.jpg)center center no-repeat;} 
.thumb08 {background: url(img/thumb_bg08.jpg)center center no-repeat;} 
.thumb09 {background: url(img/thumb_bg09.jpg)center center no-repeat;} 
.thumb10 {background: url(img/thumb_bg10.jpg)center center no-repeat;} 
.thumb11 {background: url(img/thumb_bg11.jpg)center center no-repeat;} 
.thumb12 {background: url(img/thumb_bg12.jpg)center center no-repeat;} 

/*****************
width480px以下
*****************/
@media screen and (max-width:480px) {
.page_thumb img {
height: 120px;
}
}

/*
タイトル
*************/
.page_title {
font-size: 20px;
line-height: 1;
margin-bottom: 40px;
}
.big_page_title {font-size: 50px; margin-bottom: 10px; line-height: 1;}


/*
記事詳細ページ
***************/

.previous-entries,.next-entries {
color: #fff;
width: 80px;
background: #168f16;
padding: 6px 0 0 10px;
box-sizing: border-box;
font-weight: bold;}
.next-entries {background: #27ae27;}

.gallery_entry {
display: inline-block;
vertical-align: middle;
width: 12px;
height: 20px;
margin: 0 10% 3px;
}

.nav_archive_btn {
color: #fff;
font-weight: bold;
width: 150px;
background: #262626;
padding: 6px 0 6px 10px;
box-sizing: border-box;
}
.navigation {margin-bottom: 40px;}

/*ページネーション
*******************/
.paging {
clear: both;
padding: 20px 0;
position: relative;
font-size: 14px;
line-height: 14px;
text-align: center;
}
.paging-box {
display: inline-block;
}
.paging span, .paging a {
display: block;
float: left;
margin: 2px 2px 2px 0;
padding: 10px 15px 10px 15px;
text-decoration: none;
width: auto;
color: #000; /* 文字色 */
background: #ddd; /* 背景色 */
border: 1px solid #bbb;
font-weight: bold;
}
.page-of {display: none !important;}
.paging a:hover{
color: #fff; /* マウスホバー時の文字色 */
background: #ccc; /* マウスホバー時の背景色 */
}
.paging .current{
padding: 10px 15px 10px 15px;
color: #fff; /* 文字色 */
background: #ccc; /* 背景色 */
}
@media only screen and (max-width: 413px) {
.paging {
font-size: 12px;
padding-bottom: 0;
line-height: 12px;
}
.paging span, .paging a {
padding: 8px 10px 8px 10px;
}
.paging .current{
padding: 8px 10px 8px 10px;
}
}
