@charset"UTF-8";

/* 
***********************************************************
* Copyright(C) CIDARIO Inc.
* URI:http://cidario.co.jp
* Editor:Hiromi Yoshino
***********************************************************
*/


/* article
========================================================================================================
*/
/*----------------------------------------
                 column-common
-----------------------------------------*/

article#column div.contents-wrap section#main-contents{
  padding:40px 0 60px 0;
}

@media print, screen and (min-width:960px) and (max-width:1199px){
  article#column div.contents-wrap section#main-contents{
   padding: 50px 2.5% 100px 2.5%;
  }
}

@media print, screen and (min-width:1200px) { 
  article#column div.contents-wrap section#main-contents{
   padding: 50px 3.3% 100px 2.5%;
  }
}

article#column div.contents-wrap aside#side-nav{
  padding:0;
}

@media print, screen and (min-width:960px) { 
 article#column div.contents-wrap aside#side-nav{
   padding: 50px 0 30px 2.5%;
  }
}

/*----------------------------------------
                 column-title
-----------------------------------------*/

article#column div.column-title{  
  position: relative;
  width:100%;
  height: 200px;
}

@media print, screen and (min-width:480px) and (max-width:959px){
  article#column div.column-title {
    height:240px;
  }
}

@media print, screen and (min-width:960px) {
   article#column div.column-title {
     height:320px;
  }
}

/* -----  div  ----- */

article#column div.column-title div{
  width:95%;
  max-width: 1200px;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

/* -----  h1  ----- */

article#column div.column-title div h1{
  font-size: 2.0rem;
  font-weight: 700;
  color: #FFF;
  margin: 0;
}

@media print, screen and (min-width:640px) and (max-width:959px){  
article#column div.column-title div h1{ 
  font-size: 2.4rem;
  margin: 0;
  }
}

@media print, screen and (min-width:960px) {
article#column div.column-title div h1{ 
  font-size:3.2rem;
  margin: 0;
  }
}

/* -----  p  ----- */

article#column div.column-title div h1 + p{
  display: block;
  width:70%;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 175%;
  color: #FFF;
  margin: 15px 0 0 0;
}

@media print, screen and (min-width:640px) and (max-width:959px){  
  article#column div.column-title div h1 + p{
    max-width:600px;
    font-size: 1.4rem;
    margin: 20px 0 0 0;
  }
}

@media print, screen and (min-width:960px) {
  article#column div.column-title div h1 + p{     
    max-width: 600px;
    font-size: 1.6rem;
    margin: 30px 0 0 0;
  }
}

/* -----  img  ----- */

article#column div.column-title img{
  width:100%;
  height: 200px;
  object-fit: cover;
  object-position: 80% 50%;
}

@media print, screen and (min-width:480px) and (max-width:959px){
    article#column div.column-title img{
     height: 240px;
     object-fit: cover;
     object-position: 80% 50%;
  }
}

@media print, screen and (min-width:960px) {
  article#column div.column-title img{
   height: 320px;
   object-fit: cover;
   object-position: 80% 50%;
  }
}

article#column div h2.tag-title{
  width:100%;
  font-size: 20px; font-size: 2.0rem;
  text-align: center;
  line-height: 130%;
  border-top: 1px dotted#999;
  border-bottom: 1px dotted #999;
  padding: 20px 0;
  margin: 0 0 30px 0;
}

@media print, screen and (min-width:960px) {
  article#column div h2.tag-title{
   width:100%;
   font-size: 24px; font-size: 2.4rem;
   text-align: center;
   border-top: 1px dotted#999;
   border-bottom: 1px dotted #999;
   padding: 35px 0;
   margin: 0 0 40px 0;
  }
}

/* ======== section ========*/

/*------ column01 ------*/

article#column section div.column01{
  width:90%;
  display: flex;
  flex-flow: column-reverse  wrap;
  padding: 0;
  margin: 0 auto;
}

@media print, screen and (min-width:960px) {
  article#column section div.column01{
    width:100%;
    display: flex;
    flex-flow: column-reverse  wrap;
    padding: 0;
    margin: 0 0 30px 0;
  }
}

section div.column01 dl{
  width:100%;
  background-color: #FFF;
  border-bottom: 1px dotted #999;
  padding: 30px 0;
  margin: 0 auto 30px auto;
}

@media print, screen and (min-width:960px) {
  section div.column01 dl{
   width:100%;
   padding: 30px 0;
   margin: 0 auto;
  }
}

section div.column01 dl dt{
  font-size: 20px; font-size: 2.0rem;
  line-height: 150%;
  font-weight: bold;
}

@media print, screen and (min-width:960px) {
  section div.column01 dl dt{
    font-size: 30px; font-size: 3.0rem;
  }
}

section div.column01 dl dt span{
  display: block;
  font-size: 13px; font-size: 1.3rem;
  line-height: 100%;
  color: #999;
  font-weight:normal;
  margin: 0 0 5px 0;
}

@media print, screen and (min-width:900px) {
  section div.column01 dl dt span{
   font-size: 13px; font-size: 1.3rem;
   margin: 0 0 15px 0;
  }
}

section div.column01 dl dd{
  font-size: 13px; font-size: 1.3rem;
  line-height: 180%;
  padding: 0;
  margin: 15px 0 0 0;
}

@media print, screen and (min-width:960px) {
  section div.column01 dl dd{
   font-size: 15px; font-size: 1.5rem;
   line-height: 180%;
   padding: 0;
   margin: 15px 0 0 0;
  }
}

section div.column01 img{
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

@media print, screen and (min-width:960px) {
  section div.column01 img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

article#column section div.column01{
  position: relative;

}

article#column section div.column01::after{
  content: "";
  width:39px;
  height:39px;
  background: url(/images/column/column02.png) no-repeat 0 0;
  background-size:100%;
  position: absolute;
  top:0;
  left:0;
}

@media print, screen and (min-width:960px) {
  article#column section div.column01::after{
   content: "";
   width:65px;
   height: 65px;
  }
}

/*------ column02 ------*/

article#column section div.column02{
  width:90%;
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: space-between;
  border-bottom: 1px dotted #999;
  padding: 0 0 15px 0;
  margin: 0 auto 30px auto;
}

@media print, screen and (min-width:960px) {
  article#column section div.column02{
   width:100%;
   display: flex;
   flex-flow: row-reverse nowrap;
   justify-content: space-between;
   padding: 0 0 30px 0;
   margin: 0 0 30px 0;
  }
}

section div.column02 dl{
  width:50%;
  padding:5px 0;
  margin: 0;
}

@media print, screen and (min-width:960px) {
  section div.column02 dl{
    width:60%;
    padding: 5px 0;
    margin: 0;
  }
}

section div.column02 dl dt{
  font-size: 16px; font-size: 1.6rem;
  font-weight: bold;
  line-height: 150%;
}

@media print, screen and (min-width:960px) {
  section div.column02 dl dt{
    font-size: 20px; font-size: 2.0rem;
  }
}

section div.column02 dl dt span{
  display: block;
  font-size: 13px; font-size: 1.3rem;
  line-height: 130%;
  color: #999;
  font-weight:normal;
  margin: 0 0 5px 0;
}

section div.column02 dl dd{
  font-size: 13px; font-size: 1.3rem;
  line-height: 200%;
  padding: 0;
  margin: 10px 0 0 0;
}

section div.column02 img{
  display: block;
  width:43%;
  height: 160px;
  object-fit: cover;
}

@media print, screen and (min-width:960px) {
  section div.column02 img{
   display: block;
   width:35%;
   height: 180px;
   object-fit: cover;
  }
}

section div.column01 dl dt a,
section div.column02 dl dt a{
  color: #0b0b0b0b0b0b;
  text-decoration: none;
}

section div.column01 dl dt a:hover,
section div.column02 dl dt a:hover{
  color: #73C637;
  text-decoration: none;
}


/*  pager
======================================================================
*/

article#column section aside#pager{
  width: 100%;
  max-width: 100%;
  padding:0;
  margin:50px auto 0 auto;
}

@media print, screen and (min-width:640px)  { 
  article#column section aside#pager{
  max-width: 100%;
  }
}

 article#column section aside#pager div{
  width:100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  font-size: 12px; font-size: 1.2rem;
  color: #FFF;
  padding:0;
  margin:0;
}

@media print, screen and (min-width:640px)  { 
  article#column section aside#pager div{
   font-size: 16px; font-size: 1.6rem;
   padding:0;
   margin:0;
 }
}

article#column section aside#pager a.page,
article#column section aside#pager span, 
article#column section aside#pager a.first,
article#column section aside#pager a.last{
  display: block;
  width:25px;
  height: 25px;
  background-color: #BBB;
  border: none;
  border-right:1px solid #FFF; 
  text-align: center;
  line-height: 25px;
  color: #FFF;
  padding: 0;
  margin: 0 ;
}

@media print, screen and (min-width:640px)  { 
 article#column section aside#pager a.page,
 article#column section aside#pager span,
 article#column section aside#pager a.first,
 article#column section aside#pager a.last{
  display: block;
  width:35px;
  height: 35px;
  background-color: #BBB;
  border: none;
  border-right:1px solid #FFF; 
  text-align: center;
  line-height: 35px;
  color: #FFF;
  padding: 0;
  margin: 0 ;
  }
}

article#column section aside#pager span.current{
  background-color: #5BBC14;
}

article#column section aside#pager a.page:hover,
article#column section aside#pager a.first:hover,
article#column section aside#pager a.last:hover{
  background-color: #5BBC14;
  text-decoration: none;
}

article#column section aside#pager a.previouspostslink,
article#column section aside#pager a.nextpostslink{
  width:25px;
  height: 25px;
  text-align: center;
  line-height:25px;
  color: #0b0b0b;
  padding: 0;
  margin: 0;
}

@media print, screen and (min-width:640px)  { 
 article#column section aside#pager a.previouspostslink,
 article#column section aside#pager a.nextpostslink{
   width:35px;
   height: 35px;
   text-align: center;
   line-height: 35px;
   padding: 0;
   margin: 0;
   text-decoration: none;
  }
}

article#column section aside#pager span.extend{
  width:25px;
  height: 25px;
  background-color:inherit;
  text-align: center;
  line-height:25px;
  color: #999;
  padding: 0;
  margin: 0;
}

@media print, screen and (min-width:640px)  { 
  article#column section aside#pager span.extend{
  width:35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  padding: 0;
  margin: 0;
  }
}



/*  aside
======================================================================
*/

aside#side-nav div.column-nav{
	width:100%;
  background: #FFF;
  margin: 0;
}

@media print, screen and (min-width:960px) { 
  aside#side-nav div.column-nav{
	  width:100%;
    max-width: 320px;
    background: #F4F4F4;
    margin: 0 0 30px 0;
  }
}

article#column aside#side-nav div.column-nav h2{
  position: relative;
	width:100%;
  height: 70px;
  background: url(/common/images/guts-mark03.png) no-repeat  right 10px #313140;
}

article#column aside#side-nav div.column-nav h2 span{
  display: block;
  width: 100%;
  font-size: 18px; font-size: 1.8rem;
  line-height: 100%;
  text-align: center;
  font-weight: 700;
  color: #FFF;
  position: absolute;
  top:50%;
  left:0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media print, screen and (min-width:960px) {
  article#column aside#side-nav div.column-nav h2 span{
   font-size: 20px; font-size: 2.0rem;
  }
}

article#column aside#side-nav div.column-nav ul{
  width:90%;
  background-color:#FFF;
  padding: 0 0 30px 0;
  margin: 0 auto;
}

@media print, screen and (min-width:960px) {
  article#column aside#side-nav div.column-nav ul{
    width:100%;
    padding: 0 8% 30px 8%;
    margin: 0 0 30px 0;
  }
}

article#column aside#side-nav div.column-nav ul li{
  width:100%;
  border-bottom: 1px dotted #999;
  font-size: 1.4rem;
  line-height: 125%;
  padding: 15px 0;
  margin: 0;
}

@media print, screen and (min-width:960px) {
  article#column aside#side-nav div.column-nav ul li{
   font-size: 16px; font-size: 1.6rem;
  }
}

article#column aside#side-nav div.column-nav ul li span{
  display: block;
  font-size: 1.3rem;
  color: #999;
  padding: 0;
  margin: 0 0 5px 0;
}

article#column aside#side-nav div.column-nav ul li a{
  text-decoration: none;
  color: #0b0b0b;
}

article#column aside#side-nav div.column-nav ul li a:hover{
  text-decoration: underline;
}


/*----------------------------------------
          column  detail
-----------------------------------------*/

section div.column-detail{
  width:100%;
  padding: 0;
  margin: 0 0 40px 0;
}

section div.column-detail h2{
  width:90%;
  font-size: 20px; font-size: 2.0rem;
  border-bottom: 1px dotted #666;
  line-height: 150%;
  padding: 0 20px 15px 20px;
  margin: 0 auto 30px auto;
}

@media print, screen and (min-width:960px) {
  section div.column-detail h2{
   width:100%;
   font-size: 30px; font-size: 3.0rem;
   line-height: 130%;
   padding: 0 0 20px 0;
   margin: 0 0 30px 0;
  }
}

section div.column-detail time{
  display: block;
  width:90%;
	border-top: 1px dotted #999;
  font-size: 13px; font-size: 1.3rem;
  line-height: 100%;
  font-weight: normal;
  color: #999;
	padding: 15px 20px 0 20px;
  margin:  0 auto 5px auto;  
}

@media print, screen and (min-width:960px) {
 section div.column-detail time{
   width:100%;
	 padding: 25px 0 0 0;
   margin: 0 auto 5px auto;  
	}
}

section div.column-detail h3{
  width:90%;
  font-size: 15px; font-size: 1.5rem;
  line-height: 150%;
  padding: 0;
  margin: 30px auto 0 auto;
}

@media print, screen and (min-width:960px) {
  section div.column-detail h3{
   width:100%;
   font-size: 18px; font-size: 1.8rem;
   padding: 0;
   margin: 40px 0 0 0;  
  }
}

section div.column-detail p{
  width:90%;
  font-size: 15px; font-size: 1.5rem;
  line-height: 200%;
  margin: 30px auto 0 auto;
}

@media print, screen and (min-width:960px) {
section div.column-detail p{
  width:100%;
  margin: 30px 0 0 0;  
  }
}

section div.column-detail h3 + p{
  margin: 15px auto 0 auto;
}

section div.column-detail p iframe{
  width:100%;
}

section div.column-detail ul,
section div.column-detail ol{
  position: relative;
  width:90%;
  font-size: 15px; font-size: 1.5rem;
  line-height: 200%;
  margin: 20px auto 0 auto;  
}

@media print, screen and (min-width:960px) {
  section div.column-detail ul,
  section div.column-detail ol{
   width:100%;
   line-height: 180%;
   margin: 20px 0 0 0;  
  }
}

section div.column-detail ol{
  counter-reset: item;
}

section div.column-detail ol li{
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 0 15px 0;
}

section div.column-detail ol li::before{
  display: block;
  counter-increment: item;
  content: counter(item)'.';
  color: #0b0b0b;
  position: absolute;
  top:0;
  left:5px;
}

section div.column-detail ul li{
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 15px 0;
}

section div.column-detail ul li::before{
  display: block;
  content: '・';
  color: #0b0b0b;
  position: absolute;
  top:0;
  left:3px;
}

section div.column-detail img{
  display: block;
  width:90%;
  padding: 0;
  margin: 0 auto;
}

@media print, screen and (min-width:960px) {
  section div.column-detail img{
   width:100%;
  }
}

section div.column-detail p img{
  display: block;
  width:auto;
  max-width: 100%;
  padding: 0;
  margin: 40px auto;
}

/*----- table -----*/

section div.column-detail table{
 width:90%;
 line-height:130%;
 border-collapse:collapse;
 margin:25px auto;
}

@media print, screen and (min-width:960px) {
section div.column-detail table{
  width:100%;
  }
}

section div.column-detail table th,
section div.column-detail table td{
  border:1px solid #0b0b0b;
  padding:5px;
}

@media print, screen and (min-width:960px) { 
section div.column-detail table td{
  padding:10px;
 }
}

/*----- dl -----*/

section div.column-detail dl{
  width:90%;
  margin: 25px auto; 
}

@media print, screen and (min-width:960px) { 
section div.column-detail dl{
  width:100%;
  }
}

section div.column-detail dl dt,
section div.column-detail dl dd{
  line-height: 150%;
  margin: 0 0 25px 0;
}



section div.column-tag{
  width:90%;
  border-top: 1px dotted #999;
  padding: 20px 0;
  margin: 0 auto;
}

@media print, screen and (min-width:960px){
  section div.column-tag{
    width:100%;
  }
}

section div.column-tag li{
  display: inline-block;
  margin: 5px 3px;
}

section div.column-tag a{
  position: relative;
  display: inline-block;
  background-color: #FFF;
  border: 1px solid #999;
  border-radius: 5px;
  font-size: 11px; font-size: 1.1rem;
  color: #666;
  text-decoration: none;
  padding: 4px 5px 5px 20px;
  margin:0 5px 5px 0;
}

section div.column-tag a::before{
  content: "";
  width:10px;
  height: 10px;
  background: url(/images/shop/shop-icon05.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top:51%;
  left:5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
 }

section div.column-tag a:hover{
  background-color: #EEE;
 }

section div.latest-column{
  width:90%;
  border-bottom: 1px dotted #666;
  padding: 0 0 10px 0;
  margin: 0 auto;
}

@media print, screen and (min-width:960px){
  section div.latest-column{
   width:100%;
   padding: 0 0 20px 0;
   margin: 0;
  }
}

section div.latest-column h2{
  width:100%;
  border-bottom: 1px dotted #666;
  font-size: 18px; font-size: 1.8rem;
  text-align: center;
  padding: 40px 0 20px 0;
  margin: 0 0 30px 0;
}

@media print, screen and (min-width:960px) {
  section div.latest-column h2{
   border-bottom: 1px dotted #666;
   font-size: 20px; font-size: 2.0rem;
   text-align: center;
  }
}

section div.latest-column div{
  width:90%;
  display: flex;
  flex-flow:column wrap;
  padding: 0 0 10px 0;
  margin: 0 auto;
}

@media print, screen and (min-width:960px){
  section div.latest-column div{
   width:100%;
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;

   padding: 0;
   margin: 0;
  }
}

section div.latest-column dl{
  width:100%;
  padding: 10px 0;
  margin: 15px 0 0 0;
}

@media print, screen and (min-width:960px) {
  section div.latest-column dl{
    width:60%;
    padding:5px 0;
    margin: 0;
  }
}

section div.latest-column dl dt{
  width:100%;
  font-size: 16px; font-size: 1.6rem;
  font-weight: bold;
  line-height: 150%;
}

@media print, screen and (min-width:960px) {
  section div.latest-column dl dt{
    font-size: 20px; font-size: 2.0rem;
  }
}

section div.latest-column dl dt span{
  display: block;
  font-size: 13px; font-size: 1.3rem;
  line-height: 130%;
  color: #999;
  font-weight:normal;
  margin: 0 0 5px 0;
}

section div.latest-column dl dd{
  font-size: 13px; font-size: 1.3rem;
  line-height: 200%;
  padding: 0;
  margin: 10px 0 0 0;
}

section div.latest-column img{
  display: block;
  width:100%;
  height: 120px;
  object-fit: cover;
}

@media print, screen and (min-width:960px) {
  section div.latest-column img{
   display: block;
   width:35%;
   height: 180px;
   object-fit: cover;
  }
}

section div.latest-column div dl dt a,
section div.column01 dl dt a,
section div.column02 dl dt a{
  display: inline-block;
  width:100%;
  color: #0b0b0b;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

section div.latest-column div:hover dl dt a,
section div.column01:hover dl dt a,
section div.column02:hover dl dt a{
  color: #73C637;
  text-decoration: none;
}
