@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500&family=Open+Sans:wght@400;500;600;700&display=swap');

/*
Theme Name:toraji
*/

/*google font
font-family: 'Open Sans', sans-serif;
font-family: 'Cinzel', serif;
*/


/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17

*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
*{box-sizing: border-box;}
body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul,ol {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#fff;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
img{
	vertical-align:bottom;
	max-width: 100%;
}


/************** layout base ********************/

.clearfix{
overflow:hidden;
}
.clear:after{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


a{color:#fff;
	text-decoration:none;
}
a:hover{
}

/*ボタンrollover*/
a:hover{
-moz-opacity:0.60;
opacity:0.60;}

sup {
	line-height: 100%;
	font-size:10px;
	vertical-align: 0.4em;
}
sub{
	line-height: 100%;
	font-size:10px;
	vertical-align: -0.1em;
}

.txtLeft{
text-align:left;
}
.txtRight{
text-align:right;
}
.txtCenter{
text-align:center;
}
.fw{font-weight:bold !important;}
.f10{ font-size:10px !important;}
.f11{ font-size:11px !important;}
.f12{ font-size:12px !important;}
.f13{ font-size:13px !important;}
.f14{ font-size:14px !important;}
.f15{ font-size:15px !important;}
.f16{ font-size:16px !important;}
.f17{ font-size:17px !important;}
.f18{ font-size:18px !important;}

.txtRed{ color:#e60012;}
.note{ font-size:12px;}

.fLeft{ float:left;}
.fRight{ float:right;}
.fNon{
	float:none !important;
}

.mTop0{ margin-top:0 !important;}
.mTop5{ margin-top:5px !important;}
.mTop10{ margin-top:10px !important;}
.mTop15{ margin-top:15px !important;}
.mTop20{ margin-top:20px !important;}
.mTop25{ margin-top:25px !important;}
.mTop30{ margin-top:30px !important;}
.mTop35{ margin-top:35px !important;}
.mTop40{ margin-top:40px !important;}
.mTop45{ margin-top:45px !important;}
.mTop50{ margin-top:50px !important;}

.mBtm0{ margin-bottom:0 !important;}
.mBtm5{ margin-bottom:5px !important;}
.mBtm10{ margin-bottom:10px !important;}
.mBtm15{ margin-bottom:15px !important;}
.mBtm20{ margin-bottom:20px !important;}
.mBtm25{ margin-bottom:25px !important;}
.mBtm30{ margin-bottom:30px !important;}
.mBtm35{ margin-bottom:35px !important;}
.mBtm40{ margin-bottom:40px !important;}
.mBtm45{ margin-bottom:45px !important;}
.mBtm50{ margin-bottom:50px !important;}
.mBtm60{ margin-bottom:60px !important;}

.pTop0{ padding-top:0 !important;}
.pTop5{ padding-top:5px !important;}
.pTop10{ padding-top:10px !important;}
.pTop15{ padding-top:15px !important;}
.pTop20{ padding-top:20px !important;}
.pTop25{ padding-top:25px !important;}
.pTop30{ padding-top:30px !important;}
.pTop35{ padding-top:35px !important;}
.pTop40{ padding-top:40px !important;}
.pTop45{ padding-top:45px !important;}
.pTop50{ padding-top:50px !important;}

.pBtm0{ padding-bottom:0 !important;}
.pBtm5{ padding-bottom:5px !important;}
.pBtm10{ padding-bottom:10px !important;}
.pBtm15{ padding-bottom:15px !important;}
.pBtm20{ padding-bottom:20px !important;}
.pBtm25{ padding-bottom:25px !important;}
.pBtm30{ padding-bottom:30px !important;}
.pBtm35{ padding-bottom:35px !important;}
.pBtm40{ padding-bottom:40px !important;}
.pBtm45{ padding-bottom:45px !important;}
.pBtm50{ padding-bottom:50px !important;}
.pBtm60{ padding-bottom:60px !important;}




main{
 overflow: hidden;
}
.flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;}
.inner{
 box-sizing: content-box;
 max-width: 1100px;
 padding: 0 5.3%;
 margin: 0 auto;
}

@media screen and (min-width: 769px) {
.spOnly{ display:none;}
	.pcFlex{		
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	}
}/*-PC only-*/
@media screen and (max-width: 768px) {
.pcOnly{ display:none;}

}/*spOnly*/
/************** layout base ********************/
body{
position: relative;
 background: url("images/bg_body.png") repeat-y center 75vh /199.8% auto #151515;
text-align:center;
 font-family:'Open Sans',"游ゴシック", YuGothic,  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
line-height:1.2;
 font-weight: 400;
 padding-top: 105px;
 word-break:break-word;
}
.fontMin{
 font-family:Garamond , "Times New Roman" ,"游明朝" , "Yu Mincho" ,"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" ,  "游明朝体" , "YuMincho" ,  "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.fontG{
 font-family:'Open Sans',"游ゴシック", YuGothic,  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.fontC{
 font-family: 'Cinzel', serif;
 font-weight: 400;
}
div,p,dl{
text-align:left;
}

p,dt,dd,li,td,th{
color:#fff;
font-size:14px;
line-height:2;
}
h1,h2,h3,h4,h5,h6{
 color: #fff;
	font-size:14px;
 font-weight: 400;
 line-height: 1.3;
}
h1.fontC,
h2.fontC{
 margin-bottom: 72px;
 color: #C30014;
font-size: 30px;
 text-align: center;
}

@media screen and (max-width: 768px) {
	body{
 font-family:'Open Sans',"游ゴシック", YuGothic,  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
-webkit-text-size-adjust: 100%;
  background: #151515;
  padding-top: 70px;
	}
img{
	height: auto;}

p,dt,dd,li,td,th{
font-size:13px;
}
h1.fontC,
h2.fontC{
 margin-bottom: 62px;
font-size: 20px;
}

}/*-sp end-*/
/*------------------ list style----------------*/
.numberList{
	padding:0 0 0 18px;	
}
.numberList li{
	list-style:decimal outside;
	padding:0 0 5px 0;
}

.discList{
	padding:0 0 0 18px;
}
.discList li{
	list-style:disc outside;
	padding:0 0 2px 0;
}

.indentList li{
	padding-left:1em;
	text-indent:-1em;
}
.indentList li + li{
	margin-top: 5px;
}

/*****************  head ***********************/
header{
 position:fixed;
 top: 0;
 left: 0;
 background: #000000;
 width: 100%;
 z-index: 100;
}
@media screen and (min-width: 769px) {
#top header{
 position: absolute;
 background: none; 
 transition: 0.4s ease-in-out; 
}
 #top header.fixed{
  position: fixed;
  background: #000;
 }
}/*-PC only-*/
header > div{
 position: relative;
 display: flex;
 justify-content: space-between;
 align-items: center;
 height: 105px;
 padding: 0 2.9% ;
}
#logo{
 width: 119px;
}
@media screen and (max-width: 768px) {/*----SP header----*/	
header{
}
header > div{
 height: 70px;
	padding: 0 5.3%;
}
#logo{
 width: 102px;
 z-index: 999;
}
#spMenu{
 position: relative;
 display: flex;
 align-items: flex-end;
	width:29px ;
	height: 22px;
 z-index: 999;
}
 #spMenu::before,
 #spMenu span::before,
  #spMenu span::after{
   content: "";
   display: block;
   background: #fff;
   width: 100%;
   height: 1px;
   position: absolute;
   top: 0;
   left: 0;
   -webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out; 
 }
 #spMenu span::before{
  top: 10px;
 }
 #spMenu span::after{
  top: 20px;
 }
 #spMenu span{
  display: block;
  font-size: 10px;
  text-align: center;
 }
 #spMenu.active::before{
  opacity: 0;
 }
 #spMenu.active span::before,
 #spMenu.active span::after{
  top: 10px;
  bottom: 0;
 }
 #spMenu.active span::before{
  -webkit-transform: rotate(45deg);
transform: rotate(45deg);
 }
 #spMenu.active span::after{
  left: auto;
  right: 0;
  -webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
 }
 #gNavi{
  position: absolute;
  top: 0;
  left: 0;
  background:#000000;
  width: 100%;
 max-height: 100vh ;
  padding: 90px 0 38px;
 overflow-y: auto;
  visibility: hidden;
  z-index: -1;
 opacity: 0;
  -webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out;
 }
 #gNavi.active{
  height: auto;
 top:0px;
  visibility: visible;
  opacity: 1;
  z-index: 998;
 }
}/*-SP-*/
/*****************  navi ***********************/
#gNavi li{
 position: relative;
 font-size: 14px;
 font-weight:600;
 line-height: 1.35;
}
#gNavi li a{
 color: #fff;
}
@media screen and (min-width: 769px) {
 #gNavi{
 }
#gNavi >ul{	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-start;
 align-items: center;
}
 #gNavi >ul li{
  margin-left:4.3vw;
 }
 #gNavi .reserve{
  width: 183px;
 }
 #gNavi .reserve a{
  height: 50px;
 }
}/*-PC only-*/

@media screen and (max-width: 768px) {/*----SP gnavi----*/
 #gNavi>ul{
  padding: 0 5.3%;
 }
 #gNavi>ul>li {
  border-bottom: 1px #BDC1C7 solid;
 }
 #gNavi>ul>li a{
  position: relative;
  display: block;
  padding: 20px 0;
  text-align: left;
 }
 #gNavi div.spOnly{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 49px 5.3% 0;
 }
 #gNavi .insta{
  width: 38px;
  height: 38px;
 }
 #gNavi .insta img{
  width: 16px;
  height: 16px;
 }
 #gNavi div.spOnly p{
  font-size: 14px;
 }
}/*-SP-*/

/*****************  foot ***********************/
footer{
 position: relative;
 background: #000000;
 padding: 76px 0 75px;
}
.insta{
 display: inline-flex;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
 border: 1px solid #FFFFFF;
 width: 26px;
 height: 26px;
}

 footer #footLogo :not(.insta) img{
  width: 119px;
 }
@media screen and (min-width: 769px) {
 footer .btn{
 margin-bottom: 70px;
}
 footer .pcFlex{
  align-items: center;
 }
 footer .pcFlex + .pcFlex{
  margin-top: 60px;
 }
 footer .reserve{}
 footer #footLogo .insta{
  margin-left: 29px;
 }
 footer ul li{
  margin-left: 62px;
 }
 
}/*-PC only-*/
footer small{
 display: block;
 color: #fff;
 font-size: 10px;
 line-height: 1.2;
}
/*--
#pageTop{
	position: fixed;
	right: 50px;
	bottom: 60px;
 width: 87px;
	cursor: pointer;
	z-index: 1000;
}*/
@media screen and (max-width: 768px) {/*----SP footer----*/	
footer{
 padding: 68px 0 120px;
}
.insta{
 width: 38px;
 height: 38px;
}
 .insta img{
  width: 16px;
  height: 16px;
 }
 footer p{
  font-size: 14px;
  text-align: center;
 }
 footer #footLogo .insta{
  display: flex;
  margin: 28px auto 0;
 }
 footer ul{
  margin-bottom: 36px;
 }
 footer ul li{
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 1.35;
 }
footer small{
  margin-top: 36px;
 text-align: center;
}
 
 footer .btn{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%; 
  transition: 0.3s ease-in-out;
  z-index: 99;
 }
 footer .btn a{
  height: 60px;
 }
 footer .btn:not(.is_view){
  opacity: 0;
  visibility: hidden;
 }
 footer .btn.is_view{
  opacity: 1;
  visibility: visible;
 }
}/*-SP-*/

/*****************  contents ***********************/
.pageTitle{
 padding-top: 84px;
}
.btnBase{
 display: flex;
 justify-content: center;
 align-items: center;
 background: #C30014;
 width: 100%;
 max-width: 350px;
 height: 70px;
 margin: 0 auto;
 color: #fff;
 font-size: 14px;
 font-weight: 600;
 text-align: center;
}
.btnBd{
 position: relative;
 border: 1px #fff solid;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
 max-width: 230px;
 height: 50px;
 margin: 0 auto;
 color: #fff;
 font-size: 14px;
 font-weight: 600;
 text-align: center;

}
.btnBd::after{
 content: "";
 display: block;
 background: #C30814;
 width: 40px;
 height: 1px;
 position: absolute;
 top: 50%;
 right: -20px;
}
@media screen and (max-width: 768px) {
.btnBase{
 max-width: none;
 height: 70px;
}

}/*-SP only-*/
/***********/
#mv{
	position: relative;
 height: 100vh;
}
#mv video{
 position: absolute;
 top: 0;
 left: 0;
 object-fit: cover;
 width: 100%;
 height: 100%;
}
#mv h1{
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 60%;
 max-width:320px;
 margin-top: 0px;
 line-height: 1;
}
@media screen and (min-width: 769px) {
#top{
 padding-top: 0;
}
}/*-PC only-*/
@media screen and (max-width: 768px) {/*SP mv*/
#mv{
	position: relative;
 height: calc(100vh - 70px);
 height: calc(100svh - 70px);
}
 
}/*-SP only-*/
/*-----*/
#topNews{
 padding: 97px 0 17px;
}
.date{
 display: block;
 color: #C30014;
 font-size: 12px;
 line-height: 1.3;
}
.newsSlider li a{
  display: block;
 }
.newsSlider li .date{
 margin-bottom: 16px;
}
.newsSlider li figure{
 margin: 0 0 25px;
 height: 300px;
}
.newsSlider li figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
}
#topNews .btn{
 margin-top: 80px;
}
@media screen and (min-width: 769px) { 
 .newsSlider li a{
  margin: 0 25px;
 }
.newsSlider li p{
 letter-spacing: 0.1em;
}
}/*-PC only-*/
@media screen and (max-width: 768px) {/*SP topNews*/
#topNews{
 padding: 97px 0 7px;
}
 .newsSlider li a{
  margin: 0 10px;
 }
.newsSlider li .date{
 margin-bottom: 12px;
}
.newsSlider li figure{
 margin: 0 0 20px;
 height: 170px;
}
#topNews .btn{
 margin-top: 34px;
}
}/*-SP only-*/


/*-----*/
#about{
 padding: 180px 0 17px;
}
#about .catch{
 background: url("images/about_mv.jpg") no-repeat center center /cover;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 max-width: 1100px;
 height: 500px;
 margin: 0 auto 80px;
 font-size: 40px;
 line-height: 1.35;
}
#about .sec01{}
#about .sec01 p{
 letter-spacing: 0.05em;
 line-height: 2.9;
}
@media screen and (min-width: 769px) {
 #about .sec01{
  flex-flow: row-reverse;
 }
 #about .sec01 p{
  width: 50%;
  max-width: 550px;
 }
 #about .sec01 figure{
  width: 40%;
  max-width: 436px;
  margin-top: 197px;
 }
}/*-PC only-*/
#about .sec02{
 margin-top: -84px;
}
#about .sec02 h3{
 margin-bottom: 75px;
 font-size: 87px;
 text-align: center;
 line-height: 1.3;
}
#about .sec02 p{
 max-width: 841px;
 margin: 0 auto;
 letter-spacing: 0.05em;
 line-height: 2.9;
}
#about .sec03{
 padding-top: 150px;
}
#about .sec03 h4{
 margin-bottom: 50px;
 font-size: 40px;
}
#about .sec03 h5{
 margin-bottom: 32px;
 font-size: 20px;
}
#about .sec03 p{
 letter-spacing: 0.05em;
 line-height: 2.9;
}
@media screen and (min-width: 769px) {
 #about .sec03{
  flex-flow: row-reverse;
 }
 #about .sec03 .txt{
  width: 39%;
  max-width: 429px;
 }
 #about .sec03 figure{
  width: 44%;
  max-width: 478px;
 }
}/*-PC only-*/
@media screen and (max-width: 768px) {/*SP about*/
#about{
 padding: 100px 0 7px;
}
#about .catch{
 background: url("images/about_mv_sp.jpg") no-repeat center center /cover;
 height: 300px;
 margin: 0 auto 45px;
 font-size: 28px;
 line-height: 1.3;
}
#about .sec01{
 padding:0 10.6%;
 }
#about .sec01 p{
 font-size: 14px;
 line-height: 2.1;
}
 #about .sec01 figure{
  margin: 65px 0 0;
 }
 #about .sec02{
 margin-top: -62px;
}
#about .sec02 h3{
 margin-bottom: 35px;
 font-size: 62px;
}
 #about .sec02 h3 span{
  display: block;
  font-size: 65px;
  line-height: 1;
 }
#about .sec02 p{
 padding: 0 5.3vw;
 font-size: 14px;
 line-height: 2.1;
}
 
#about .sec03{
 padding: 70px 10.6% 0;
}
 #about .sec03 figure{
  margin: 0 0 50px;
 }
#about .sec03 h4{
 margin-bottom: 40px;
}
#about .sec03 h5{
 margin-bottom: 32px;
}
#about .sec03 p{
 font-size: 14px;
 line-height: 2.1;
}
}/*-SP only-*/
/*-----*/
#menu{
 position: relative;
 padding:180px 0 17px;
}
#menu h3{
 margin-bottom: 50px;
 font-size: 20px;
}
#menu p{
 line-height: 2.9;
 letter-spacing: 0.05em;
}
#menu .btn{
 margin-top: 60px;
}
#menu .btn a{
 margin: 0;
}
#menu .btn a + a{
 margin-top: 30px;
}
@media screen and (min-width: 769px) {
 #menu figure{
  width: 47%;
  max-width: 512px;
 }
 #menu .txt{
  width: 42.5%;
  max-width: 463px;
 }
}/*-PC only-*/
@media screen and (max-width: 768px) {/*SP menu*/
#menu{
 padding:93px 10.6% 7px;
}
 #menu h2{
  margin-bottom: 40px;
 }
 #menu figure{
  margin-bottom: 40px;
 }
#menu h3{
 margin-bottom: 20px;
}
#menu p{
 font-size: 14px;
 line-height: 2.1;
}
#menu .btn{
 margin-top: 60px;
}
#menu .btn a{
 max-width: none;
 margin: 0;
}
}/*-SP only-*/


/*-------*/
#shop{
 position: relative;
 padding: 180px 0 235px;
}
#shop .box + .box{
 margin-top: 87px;
}
#shop .box h3{
 margin-bottom: 40px;
 font-size: 20px;
}
#shop .box dl{
 margin-bottom:30px;
}
#shop .box dl dt,
#shop .box dl dd{
 font-size: 13px;
 line-height: 2.3;
}
#shop .box p:not(.btn){
 font-size: 13px;
}
#shop .box p:not(.btn) a{
 text-decoration: underline;
 }
#shop .box .btn{
 margin-top: 55px;
}
#shop .box .btn a{
 max-width: none;
 margin: 0;
}
#shop .box .map iframe,
#shop .box .map img{
 object-fit: cover;
 width: 100%;
 height: 100%;
}
@media screen and (min-width: 769px) {
 #shop .box .txt{
  width: 39%;
  max-width: 426px;
 }
#shop .box dl{
 display: flex;
 flex-flow: row wrap;
 align-items: flex-start;
}
 #shop .box dl dt{
  width: 146px;
 }
 #shop .box dl dd{
  width: calc(100% - 146px);
 }
 #shop .box .map{
  width: 50%;
 }
}/*-PC only-*/
@media screen and (max-width: 768px) {/*SP shop*/
#shop{
 padding: 100px 0 100px;
}
 #shop .inner{
  padding: 0 10.6%;
 }
#shop .box + .box{
 margin-top: 57px;
}
#shop .box h3{
 margin-bottom:20px;
}
#shop .box dl{
 margin-bottom:18px;
}
#shop .box dl dt,
#shop .box dl dd{
 line-height: 1.85;
}
 #shop .box dl dt{
  font-weight: 600;
 }
 #shop .box dl dd+ dt{
  margin-top: 18px;
 }
 #shop .box .map{
  height: 270px;
  margin: 30px 0 0;
 }
#shop .box .btn{
 margin-top: 30px;
}
}/*-SP only-*/


/*-----------------------*/
/*-      news
-------------------------*/
#news main,
.archive main{
 padding-bottom: 180px;
}
.newsList li figure{
 height: 184px;
 margin: 0 0 18px;
}
.newsList li figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
}
.newsList li .date{
 margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
 .newsList{
 justify-content: flex-start;
  gap:68px 67px;
 }
 .newsList li{
  width: calc((100% - 67px - 67px) / 3);
 }
}/*-PC only-*/

.pagenation{
 margin-top: 100px;
 font-size: 0;
 text-align: center;
}
.pagenation a,
.pagenation span{
 position: relative;
 display: inline-block;
 margin: 0 0.5em;
 color: #959595;
 font-size: 17px;
 vertical-align: middle;
}
.pagenation span{
 color: #CB0000; 
}
.pagenation span::after{
 content: "";
 display: block;
 background: #CB0000;
 width: 100%;
 height: 2px;
 position: absolute;
 bottom: 0;
 left: 0;
}
.pagenation .prev{
 background: url("images/arrow_prev.png") no-repeat left center/100% auto;
 width: 17px;
 height: 12px;
 text-indent: -9999px;
}
.pagenation .next{
 background: url("images/arrow_next.png") no-repeat left center/100% auto;
 width: 17px;
 height: 12px;
 text-indent: -9999px;
}

.page-numbers{
 margin-top: 100px;
 text-align: center;
 font-size: 0;
}
.page-numbers li {
 position: relative;
 display: inline-block;
 margin: 0 0.5em;
 vertical-align: middle;
}
.page-numbers li a,
.page-numbers li span{
 display: block;
 position: relative;
 color: #959595;
 font-size: 17px;
}
.page-numbers li span{ 
 color: #CB0000;
}
.page-numbers li span::after{
 content: "";
 display: block;
 background: #CB0000;
 width: 100%;
 height: 2px;
 position: absolute;
 bottom: 0;
 left: 0;
}
.page-numbers li i{
 display: block;
}
.page-numbers li .prev{
 background: url("images/arrow_prev.png") no-repeat left center/100% auto;
 width: 17px;
 height: 12px;
}
.page-numbers li .next{
 background: url("images/arrow_next.png") no-repeat left center/100% auto;
 width: 17px;
 height: 12px;
}

@media screen and (max-width: 768px) {
}/*-SP only-*/

/*----single----*/
article.inner{
 max-width: 900px;
 padding-top: 88px;
 padding-bottom: 140px;
}
article h1{
 margin: 40px 0;
 font-size: 18px;
 font-weight: 600;
 text-align: left;
}
article h2{
 margin-bottom: 34px;
 font-size: 20px;
 font-weight: 600;
 text-align: left;
 line-height: 2;
}
article figure{
 margin: 0 0 60px;
}
article img{
 height: auto;
}
article p{
 margin-bottom: 45px;
 line-height:2.1; 
}

.pageNavi{
 background: #313131;
 padding: 100px 10.6%;
}
.pageNavi ul{
 position: relative;
 overflow: hidden;
 max-width: 845px;
 margin: 0 auto;
}

.pageNavi ul figure{
 height: 184px;
 margin: 0 0 18px;
}
.pageNavi ul figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
}
.pageNavi ul .date{
 margin-bottom: 18px;
}
.pageNavi ul p{
 line-height: 1.7;
}
.pageNavi ul .back img{
 width: 28px;
}
.pageNavi ul .back span{
 display: block;
 padding-top: 10px;
 text-align: center;
}
@media screen and (min-width: 769px) {
 .pageNavi ul li:not(.back){
 width: 38%;
 max-width: 320px;
}
.pageNavi ul .next{
 float: left;
}
.pageNavi ul .prev{
 float: right;
}
.pageNavi ul .back{
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 text-align: center;
}
}/*-PC only-*/
@media screen and (max-width: 768px) {
 .pageNavi ul li + li{
  margin-top: 40px;
 }
.pageNavi ul figure{
 height: 45.6vw;
 margin: 0 0 18px;
}
.pageNavi ul .date{
 margin-bottom: 13px;
}
 .pageNavi ul .back{
  text-align: center;
 }
.pageNavi ul p{
 line-height: 2;
}
}/*-SP only-*/




/*-------*/
@media screen and (min-width: 769px) {
}/*-PC only-*/
@media screen and (max-width: 768px) {
}/*-SP only-*/
