@charset "utf-8";
@import url("root.css");

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap');
/*-----*RESET CSS*-----*/
.kakugothic {
  font-family: "Noto Sans JP";
}
*:where(:not(iframe, canvas, img, svg, video):not(svg *)){all: unset;display: revert;}
*,*::before,*::after{box-sizing: border-box;}
ol,ul{list-style: none;}
img{width: 100%;vertical-align: bottom;}






/*-----*RESET CSS*-----*/

* {
	font-size: 1rem;
    line-height: 140%;
    word-break: break-all;
}

a:hover {
    cursor: pointer;
}

a:hover img {
	opacity: 0.85;/*--IE,FF対応--*/
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85)";
}
h1,h2,h3,h4,h5{font-weight: bold;}
h2 { font-size: 2.25rem }
h2 strong { font-size: 100% }
h3 { font-size: 1.375em !important }
h3 strong { font-size: 100% }
h4 { font-size: 1.25rem }
h4 strong { font-size: 100% }
h5 { font-size: 1.125rem }
h5 strong { font-size: 100% }
p { font-size: 1rem !important;}


@media screen and (min-width:1025px){
h2 { font-size: 2.625rem }
h3 { font-size: 1.5rem }
h4 { font-size: 1.375rem }
h5 { font-size: 1.25rem }
	
}
@media screen and (max-width:599px){
h2 { font-size: 2rem }
h3 { font-size: 1.25rem !important }
h4 { font-size: 1.125rem }
h5 { font-size: 1rem }
p { font-size: .875rem !important;}
}


.home h2,
.items_type h2{
	letter-spacing: 3px;
	color:var(--base-color01);
}

.home h2 span,
.items_type h2 span{
	display: block;
	margin-bottom: 20px;
	color: var(--base-color01);
	font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: 0px;
}



#info {}

#info h2 span::before,
#info h2 span::after{
	display: none;
}

#info h2 span {
	font-size: 1.25rem;
}


#access h2 {letter-spacing: 3px;}
#access h2 span {
	display: block;
	margin-bottom: 10px;
	color: var(--base-color01);
	font-weight: normal;
}
#access h2 span::before,
#access h2 span::after{
	display: none;
}
@media screen and (max-width:767px){
.home h2 span,
.items_type h2 span{
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 1.25rem;
}
	
}

@media screen and (max-width:599px){
.home h2,
.items_type h2 {letter-spacing: 0px;
	line-height: 140% !important;}
.home h2 span,
.items_type h2 span {
	font-size: 1rem !important;
}


}
/***************************************
---------------- PARTS ----------------
***************************************/
html, body{
        margin: 0;
        padding: 0;
        width:100%;
        height:100%;
 }
body {
	counter-reset: number 0;
    color: var(--base-color02);
    background: var(--base-color03);
	font-family: 'Lato','Noto Sans', sans-serif;
	position: relative;
	overflow-x: hidden;
}




.btnshine{
    position: relative;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}
.btnshine::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
}
.btnshine:hover::before {
    animation: shine 0.7s;
}
@keyframes shine {
    100% { left: 125%; }
}

.container {
      width:94%;
    max-width: 1000px;
    margin: auto;
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (min-width:1025px){
    .container {
      width: 100%;
    }
}
@media screen and (max-width:768px){
    .container {
 padding: 30px 0 40px;
    }
}
@media screen and (min-width:769px){
    .sp { display:none; }
}
@media screen and (max-width:768px){
    .pc { display:none; }
    .sp { display:block !important; }
}

.home .container{
	width:94%;
    max-width: 1000px;
    margin: auto;
    padding: 60px 0 80px;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (min-width:1025px){
.home .container {
      width: 100%;
    }
}
@media screen and (max-width:768px){
.home .container {
 padding: 30px 0 40px;
    }
}

.container h2 {
    width: 100%;
    padding: 10px 0 20px;
	margin-bottom: 30px;
    text-align: center;
	
    line-height: 1.0;
    color: var(--base-color02);
    border-bottom: solid 1px var(--base-color02);
}


/***************************************
-------------- PAGENATION --------------
***************************************/

#pagination {
    width: 100%;
    margin: var(--sp-space) auto;
}
#pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
#pagination li {
    margin-right: 7px;
    margin-left: 7px;
    line-height: 1.5;
}
#pagination li a {
    display: flex;
    font-size: calc(var(--sp-fontsize_p) * 0.8);
    color: var(--base-color01);
    border: 1px solid var(--base-color01);
    width: min(10vw, 48px);
    height: 42px;
    padding-top: 3px;
    align-items: center;
    justify-content: center;
}
#pagination li.active a {
    background: var(--base-color01);
    color: var(--base-color03);
}



/******************************************
HEADER
***************************************/
header {
  /*position: absolute;
  top: 0px;*/
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0px auto 0;
  padding: 0px 0 0px;
  z-index: 999;
  height: 80px;
  background-color: var(--base-color03);
  box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, .15);
}

header .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 98%;
  max-width: 1170px;
  height: 80px;
  margin: 0rem auto 0rem;
  text-align: left;
	font-family: 'Noto Sans' , sans-serif;
}

header .inner article {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 90%;
}

header .inner article h1 a {
  display: block;
  font-size: 30px !important;
  font-weight: 600;
  margin-top: 0rem;
  color: inherit;
}

header .inner article h1 a:hover {
  color: inherit;
}

header .inner article h1 a img {
	display: block;
	width: 100%;
	max-width: 360px;
	height: auto;
}


header .inner article:nth-child(2) {
  display: none;
  justify-content: flex-end;
}


/*-------------------------------*/

header .inner article .contact_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

header .inner article .contact_box li.Bana {
	display: flex;
	justify-content: flex-end;
}

header .inner article .contact_box li.Bana img {
 /* display: block;
  width: 100%;
  max-width: 300px;
  height: auto;*/
}

header .inner article .contact_box li.Tel {
  padding-top: 15px;
}

header .inner article .contact_box li.Tel dl {
  display: block;
  padding: 0;
  text-align: center;
}

header .inner article .contact_box li.Tel dl img{
  width:65%;
}

header .inner article .contact_box li.Tel dt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 2.3rem;
	font-weight: 700;
  text-align: center;
  padding: 0 !important;
white-space: nowrap;
	color: var(--base-color01);
	letter-spacing: -1px;
}

/*
header .inner article .contact_box li.Tel dt::before {
display: inline-block;
  content: "";
  background: url("../img/icon_tel3.png") no-repeat center;
    background-size: auto;
  background-size: contain;
 width: 100%;
  min-width: 40px;
  max-width: 70px;
  height: 33px;
  margin-right: 5px;
  margin-left: 40px;
  margin-top: 6px;
}

*/

header .inner article .contact_box li.Tel dd {
text-align: center;
	font-weight: 500;
}

header .inner article .contact_box li.Tel dd.mobile {
  font-size: 18px !important;
	font-weight: 600;
	border: 1px solid;
	border-radius: 3px;
	margin-bottom: 2px;
}

header .inner article .contact_box li.Tel dd.time {
 font-size: 14px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 600;
  margin-top: 10px;
}

@media only screen and (min-width: 1025px) {
  header {
    height: auto;
    position: static !important;
  }
  header .inner {
    height: auto;
  }
  header .inner article:nth-child(2) {
    display: flex !important;
  }
  header .inner article {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  header .inner article:nth-child(1) {
    width: 40%;
  }
  header .inner article:nth-child(2) {
    width: 60%;
    padding-right:0%;
  }
header .inner article h1 a img {
	display: block;
	width: 100%;
	max-width: 440px;
	height: auto;
}
}

@media only screen and (max-width: 599px) {
  header {
    height: 60px;
  }
  header .inner {
    height: 60px;
  }
  header .inner article h1 {
    width: 84%;
    min-width: auto;
  }
  header .inner article h1 a {
    font-size: 20px !important;
  }
	
header .inner article h1 a img {
	display: block;
	width: 100%;
	max-width: 360px;
	height: auto;
}
}
/*--------------------
追尾バナー
---------------------*/
.fixed-btn {
  position: fixed;
  right: 0;
  bottom: 220px;
  z-index: 11
}

@media only screen and (max-width:1024px) {
  .fixed-btn {
    display: block;
    z-index: 9;
    top: auto;
    bottom: 0;
    width: 100%
  }
}

@media only screen and (max-width:1024px) {
  .fixed-btn dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 80px;
  }
}

@media only screen and (max-width:599px) {
  .fixed-btn dl {
    max-height: 60px;
  }
}

.fixed-btn dl dt {
  display: none
}

@media only screen and (max-width:1024px) {
  .fixed-btn dl dt {
    width: 100%;
    display: none;
    background-color: #c52828;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: .1em;
    text-align: center;
    color: #fff;
    padding: 5px;
    padding: 1.5625vw
  }
}

@media only screen and (max-width:1024px) and (max-width:1024px) {
  .fixed-btn dl dt {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: .05em
  }
}

.fixed-btn dl dd {
  background-position: left center;
  background-repeat: no-repeat;
  width: 120px;
  height: 170px;
  background-size: 100%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: .3s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(.645, .045, .355, 1);
  -webkit-transform: translateX(64px);
  transform: translateX(64px)
}

.fixed-btn dl dd.fixed-btn-line {
  width: 128px;
  height: 180px;
}

.fixed-btn dl dd.fixed-btn-mail {
  width: 128px;
  height: 180px;
  border: 2px solid #fff;
}



.fixed-btn dl dd br {
  display: none;
}

@media only screen and (max-width:768px) {
  .fixed-btn dl dd br {
    display: block;
  }
}

@media only screen and (max-width:1024px) {
  .fixed-btn dl dd {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /*width: 33.33%;*/
    width: 50%;
    height: 80px;
    height: 12.5vw;
  }
  .fixed-btn dl dd.fixed-btn-line {
    /*width: 33.33%;*/
    width: 50%;
    height: 80px;
  }
  .fixed-btn dl dd.fixed-btn-mail {
    width: 40%;
   /* width: 50%;*/
    height: 80px;
  }
  .fixed-btn dl dd.fixed-btn-tel {
    width: 40%;
   /* width: 50%;*/
    height: 80px;
  }
	.fixed-btn dl dd.fixed-btn-top {
    width: 20%;
   /* width: 50%;*/
    height: 80px;
  }
}

@media only screen and (min-width:1025px) {
  .fixed-btn dl dd:hover {
    -webkit-transform: translateX(47px);
    transform: translateX(47px)
  }
}

.fixed-btn dl dd a {
  display: block;
  height: 100%;
  position: relative
}

.fixed-btn dl dd a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  right: 1.5625vw;
  margin-top: -3px;
  margin-top: -.9375vw;
  width: 6.5px;
  width: 2.03125vw;
  height: 10.5px;
  height: 3.28125vw;
  background-size: 100%;
  background-repeat: no-repeat
}

@media only screen and (min-width:1025px) {
  .fixed-btn dl dd .inner, .fixed-btn dl dd.fixed-btn-line i {
    display: none;
  }
  /*PCでは画像のみの場合*/
}

@media only screen and (max-width:1024px) {
  .fixed-btn dl dd .inner {
    display: flex;
	  flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 80px;
    font-size: 1rem;
    line-height: 1.0;
    letter-spacing: .05em;
    padding: 0px 0px 0px 0;
    color: #fff;
    font-weight: 500;
  }
  .fixed-btn dl dd .inner::before {
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 32px;
    height: 32px;
	margin-bottom: 0px;
  }
}

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

@media only screen and (max-width:599px) {
  .fixed-btn dl dd .inner {
    font-size: .75rem;
    height: 60px;
  }
 .fixed-btn dl dd .inner::before {
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 30px;
    height: 30px;
	margin-bottom: 5px;
  }
}






/*---------------LINE ----------------*/

.fixed-btn dl dd.fixed-btn-line {
  background-image: url(../img/bg-side-line.png);
  background-size: 128px 180px;
  background-color: #12a73b;
  border-radius: 5px 0 0 5px;
  margin-bottom: 10px
}

@media only screen and (max-width:1024px) {
  .fixed-btn dl dd.fixed-btn-line {
    background-image: none;
    background-color: #12a73b;
    border-radius: 0px 0px 0 0px;
    margin-bottom: 0px
  }
  .fixed-btn dl dd.fixed-btn-line a:after {
  }
  .fixed-btn dl dd.fixed-btn-line .inner::before {
    background-image: url("../img/fixed-btn-line.png");
  }
}

.fixed-btn dl dd.fixed-btn-line i {
  background: url(../img/fixed-btn-line.png) no-repeat;
  background-size: contain;
}

.fixed-btn dl dd.fixed-btn-line .free {
  color: #008d17
}


/*---------------MAIL ----------------*/

.fixed-btn dl dd.fixed-btn-mail {
  background-image: url(../img/bg-side-mail.png);
  background-size:128px 180px;
  background-color: var(--base-color04);
  border-radius: 5px 0 0 5px;
	border: 2px solid #fff;
}

@media only screen and (max-width:1024px) {
  .fixed-btn dl dd.fixed-btn-mail {
    background-image: none;
    background-color:var(--base-color01);
    border-radius: 0px 0px 0 0px;
	  border: none;
	 
  }
  .fixed-btn dl dd.fixed-btn-mail a:after {
  }
  .fixed-btn dl dd.fixed-btn-mail .inner::before {
    background-image: url("../img/fixed-btn-mail.png");
  }
}

.fixed-btn dl dd.fixed-btn-mail i {
  background: url(../img/fixed-btn-mail.png) no-repeat;
  background-size: contain;
}




/*---------------TEL ----------------*/

.fixed-btn dl dd.fixed-btn-tel {
  display: none
}

.fixed-btn dl dd.fixed-btn-tel i {
  background: url(../img/fixed-btn-tel.png) no-repeat;
  background-size: contain;
}

@media only screen and (max-width:1024px) {
  .fixed-btn dl dd.fixed-btn-tel {
    display: block;
    background-color: var(--base-color01);
	   border-left: 1px solid #FFF;
  }
  .fixed-btn dl dd.fixed-btn-tel .inner::before {
    background-image: url("../img/fixed-btn-tel.png");
  }

}
/*---------------TOP----------------*/

.fixed-btn dl dd.fixed-btn-top {
  display: none
}


@media only screen and (max-width:1024px) {
  .fixed-btn dl dd.fixed-btn-top {
    display: block;
    background-color: var(--base-color01);
	   border-left: 1px solid #FFF;
		
  }
  .fixed-btn dl dd.fixed-btn-top .inner::before {
    background-image: url("../img/fixed-btn-top.png");
  }

}


/*------------------------------------*/




.btn_links {
  width: 100%;
  padding: 25px 0 0px;
}

.btn_links a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: auto;
  padding: 4px;
  font-weight: 500;
  line-height: 1.0;
  color: var(--base-color03);
  background: rgb(207, 170, 45);
  background: linear-gradient(180deg, rgba(207, 170, 45, 1) 0%, rgba(158, 134, 3, 1) 100%);
  text-align: center;
  border-radius: 5px;
  transition: .7s;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .5);
}

.btn_links a span {
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(189, 156, 29);
  background: linear-gradient(180deg, rgba(209, 171, 46, 1) 0%, rgba(189, 156, 29, 1) 100%);
  padding: 12px 17px 13px;
  font-size: 1.25rem;
  text-shadow: 1px 2px 3px #808080;
	font-family: "Source Han Sans, Noto Sans";
    font-weight: 700;
}

.btn_links a:hover {
  color: var(--base-color03);
  background: rgb(207, 170, 45);
  background: linear-gradient(180deg, rgba(158, 134, 3, 1) 0%, rgba(207, 170, 45, 1) 100%);
}

.btn_links a::after {
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: 600;
  position: absolute;
  right: 16px;
  margin-top: 1px;
}

@media screen and (max-width: 599px) {
.btn_links a,
	.btn_links a span{
	width: 100%;
	font-size: 1rem !important;
		font-weight: 700;
		font-family: "Noto Sans JP";
  }	
}


/*------------------------------*/



.btn_links.base a {
background: rgb(16,1,104);
background: linear-gradient(180deg, rgba(16,1,104,1) 0%, rgba(2,6,68,1) 100%);
}


.btn_links.base a span {
  background: rgb(10,32,135);
background: linear-gradient(180deg, rgba(10,32,135,1) 0%, rgba(16,2,106,1) 100%);
}

.btn_links.base a:hover {
color: var(--base-color03);
background: rgb(16,1,104);
background: linear-gradient(180deg, rgba(2,6,68,1) 0%, rgba(16,1,104,1) 100%);
}

/*---------------------*/

.btn_links.faq a {
	background: transparent;
	border: 1px solid #FFF;
}


.btn_links.faq a span {
  background: transparent;
}

.btn_links.faq a:hover {
color: var(--base-color03);
background: transparent;
}

/*---------------------*/


.btn_links.access{
	padding: 0px 0 0px;
}

.btn_links.access a {
    width: 100%;
	padding:1px 3px 3px;
	max-width: 460px;
	 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
	border-radius: 8px;
	background: rgb(144,113,11);
background: linear-gradient(180deg, rgba(144,113,11,1) 0%, rgba(234,193,5,1) 50%, rgba(144,113,11,1) 100%);
  }
.btn_links.access a span {
	display: flex;
	justify-content: center;
	align-items: center;
    width: 100%;
	padding: 20px 15px 20px;
	border-radius: 5px;
	font-size: 1.5rem;
	background: rgb(151,113,28);
background: linear-gradient(180deg, rgba(151,113,28,1) 0%, rgba(185,146,29,1) 50%, rgba(217,177,30,1) 100%);
}
.btn_links.access a span:hover{
	background: linear-gradient(180deg, rgba(217,177,30,1) 0%, rgba(185,146,29,1) 50%, rgba(151,113,28,1) 100%);}


.btn_links.access a span::before {
    content: "";
    display: inline-block;
    background-image: url("../img/icon_mail3.png");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    width:30px;
    height: 23px;
    margin-right: 10px;
	margin-top: 5px;
}
.btn_links.access a span:hover::before {
    background-image: url("../img/icon_mail3.png");
}
.btn_links.access a::after {
	display: none;
}

@media screen and (max-width: 1199px) {
	.btn_links.access a span {
		font-size: 1.375rem;
	}
}


@media screen and (max-width: 599px) {

.btn_links.access a span {
	padding: 15px 10px 15px;
	font-size: 1.25rem !important;
	}
}
/*---------------------*/

.btn_links.access_btn{
	padding: 0px 0 0px;
}

.btn_links.access_btn a {
    width: 100%;
	padding:3px 3px 3px;
	max-width: 460px;
	border-radius: 5px;
	background:  var(--sub-color01);
	border: 2px solid var(--base-color01);
	color: var(--sub-color01);
	 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
	
  }
.btn_links.access_btn a span {
    width: 100%;
	padding: 10px 10px 10px;
	border-radius: 3px;
	background:  var(--base-color01);
	border: 0px solid var(--base-color01);
	font-weight: 600;
}
.btn_links.access_btn a span:hover{}


.btn_links.access_btn a span::before {
   display: inline-block;
	  font-family: "Font Awesome 5 Free";
  content: "\f5a0";
  font-weight: 600;
    margin-right: 5px;
	color: var(--sub-color01);
	letter-spacing: 0;
}

.btn_links.access_btn a::after {
	display: none;
}
@media screen and (max-width: 599px) {


}
/*---------------------*/


.btn_links.info a {
	display: none;
	max-width: 200px;
	background: var(--base-bgcolor01) ;
	color: var(--base-color03);
	border: 0;
	 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
	padding: 10px 10px 11px;
  font-size: 1rem;
  }
.btn_links.info a:hover {
	background: var(--base-color01) ;
	color: var(--base-color03);
}
.btn_links.info a::after {
	display: none;
}
@media screen and (max-width: 599px) {
.btn_links.info a {
	display: block;
  }
.btn_links.info a::before {
  display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 600;
	margin-right: 5px;
	font-size: 80%;
	margin-top: -3px;
}
}
/*---------------------*/
.btn_links.dl_link a {
	max-width: 600px;
	background: var(--base-bgcolor03) ;
	color: var(--base-color02);
	 box-shadow: 1px 1px 2px rgba(0, 0, 0, .15);
	padding: 15px 10px 14px;
  font-size: 1rem;
	line-height: 160%;
	border: 1px solid;
  }

.btn_links.dl_link a br {
	display: none;
	}

@media screen and (max-width: 599px) {
.btn_links.dl_link a {
    width: 100%;
   font-size: 16px;
  }
.btn_links.dl_link a br {
	display: block;
	}
}
/*-----------------------------------*/

.btn_links.chirashi{
	padding: 0px 0 0px;
	
}

.btn_links.chirashi a {
    width: 90%;
	padding: 20px 15px 20px;
	font-size: 1.25rem;
	max-width: 206px;
	min-width: 206px;
	 box-shadow: 2px 2px 3px rgba(0, 0, 0, .4);
	border-radius: 5px;
	background: var(--sub-color01) ;
	/*background: rgb(121,9,9);
background: linear-gradient(306deg, rgba(121,9,9,1) 0%, rgba(198,18,32,1) 50%, rgba(121,9,9,1) 100%);*/
  }
.btn_links.chirashi a img {
	display: block;
	width: 100%;
	max-width: 142px !important;
	height: auto;
	margin: 0 auto 0;
}


.btn_links.chirashi a:hover{
	box-shadow: 5px 5px 3px rgba(0, 0, 0, .4);
}

.btn_links.chirashi a::after {
	display: none;
}
@media screen and (max-width: 599px) {
.btn_links.chirashi a {
    width: 90%;
	padding: 20px 15px 22px;
	font-size: 1.125rem;
	max-width: 490px;
	 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
	border-radius: 8px;
  }	
}
/*---------------------*/



.txt_links{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
}


.txt_links a,
.txt_links span{
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.txt_links a{
	padding: 10px 5px 0px; 
	color: var(--base-color02);
	background-color: transparent;
	border-bottom: 1px solid;
	margin-right: 0;
}


.txt_links span{
	width: 100%;
	padding: 10px 15px 10px; 
	color: var(--base-color03);
	background: var(--base-color01);

}


.txt_links a::after,
.txt_links span::after{
	display: block;
	  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 600;
	right: 16px;
}
.txt_links a::after{
	color: var(--base-color02);
}

.txt_links span::after{
	color: var(--base-color03);
}

.txt_links a:hover{
	color: var(--base-color01);

}

.txt_links{
	
}


/*--------------------------------*/
.flex_box{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto 0;
}
.flex_box li{
}

.flex_box.cl2 li,
.flex_box.cl3 li{
	width: 49%;
}

.flex_box.cl1 li{
	width: 49%;
	margin: 0 auto 0;
}

.wide_img_box{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 0;
	margin-top: 20px
}

.wide_img_box li:nth-child(1){
	display: block;
}
.wide_img_box li:nth-child(2){
	display: none;
}

.flex_box li img,
.wide_img_box li img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 0;
}

.flex_box li img{
	max-width:490px;
}
.wide_img_box li img{
	max-width:1000px;
}

@media screen and (min-width: 1025px) {

.flex_box.cl3 li{
	width: 32%;
}
}

@media screen and (max-width: 768px) {
	
.flex_box.cl2 li,
	.flex_box.cl3 li{
	width: 100%;
	margin-top: 20px
}
.flex_box.cl2 li:nth-child(1),
.flex_box.cl3 li:nth-child(1){
		margin-top: 0px
		
	}
	
.wide_img_box li:nth-child(1){
	display: none !important;
}
.wide_img_box li:nth-child(2){
	display: block !important;
}
.wide_img_box li img{
	max-width:768px;
}
}
	
/*----------------------------*/
.txt_link_dl{

}

.txt_link_dl:hover{
	text-decoration: underline;
	color: var(--base-color01);
}



/*----------------------------*/

#news .news_box {}

#news .news_box .entry_txt {
	padding-top: 1rem;
}
#news .news_box a .entry_txt {
	color: var(--base-color02) !important;
}
#news .news_box .entry_txt h2 {
	display: block;
	font-size: 1rem;
	background: none;
	border: none;
	color: var(--base-color02);
	text-align: left;
	padding: 0 0 .5rem;
	margin-bottom: 0;
}

#news .news_box .entry_txt h2::before {
	content: "■";
}

#news .news_box .entry_txt h3 {
	font-size: 1rem;
	text-decoration: underline;
	margin-top: .5rem;
}
#news .news_box .entry_txt h4 {
	font-size: 1rem;
	margin-top: .5rem;
}

#news .news_box dl dd .entry_txt{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
@media screen and (max-width: 1024px) {
#news .news_box dl dd .entry_txt{
	display: none;
}
}

/*----------------------------*/

#news_detail .entry_text_box{}


#news_detail .entry_text_box h2 {
	display: block;
	font-size: 1.25rem;
	background: var(--base-color01);
	border: none;
	color: var(--base-color03);
	text-align: left;
	padding: .5rem 1rem .65rem;
	margin-top: 2rem;
}


#news_detail .entry_text_box h3 {
	font-size: 1.125rem;
	margin-top: 1rem;
}

#news_detail .entry_text_box h3::before {
	content: "■";
	color: var(--base-color01);
}

#news_detail .entry_text_box h4 {
	font-size: 1.125rem;
	margin-top: .5rem;
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	
#news_detail .entry_text_box h2 {
	font-size: 1.125rem;
	padding: .5rem .75rem .65rem;
	margin-top: 1.5rem;
}


#news_detail .entry_text_box h3 {
	font-size: 1.125rem !important;
	margin-top: 1rem;
}

#news_detail .entry_text_box h3::before {
	content: "■";
	color: var(--base-color01);
}

#news_detail .entry_text_box h4 {
	font-size: 1rem !important;
	margin-top: .5rem;
	text-decoration: underline;
}
	
	
}

