@charset "utf-8";
/* CSS Document */
/* visual */
.mainphoto {
  margin-top: 2em;
}
h3 {
  border-bottom: 2px solid #000000;
  font-weight: 600;
}

h3:first-letter {
  font-size: 150%;
  /*color: #FF0000;*/
}

.boxTtl {
  display: block;
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 1em;
  position: relative;
}
.boxTtl .top {
  font-size: 1.6rem;
  letter-spacing: 1px;
  display: inline-block;
  line-height: 3.0rem !important;
  letter-spacing: 0px !important;
}
.boxTtl2 {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
}
.boxTtl3 {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  padding-left: 0.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  border-left: 5px solid #DCE0E0;
  border-bottom: 1px solid #DCE0E0;
  padding-top: 0em;
  padding-bottom: 0.1em;
}

.boxTtl4 {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	padding-left: 0.5em;
	margin-top: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #DCE0E0;
	padding-top: 0em;
	padding-bottom: 0.5em;
}

.typeTtl {
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  background: transparent; /*背景透明に*/
  border-left: solid 5px #760000; /*左線*/
  font-size: 2rem;
  font-weight: 600;
}
/*カスタムメニュー*/
.cateWrap {
  padding: 20px 15px;
  background-color: #F3F3F3;
  margin-left: auto;
  margin-right: auto;
}
.cateList {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto; /*justify-content: space-between;				*/
  margin-right: auto;
}
.cateList_item:nth-of-type(-n+4) {
  margin-top: 0px;
}
.cateList_item:nth-of-type(4n) {
  margin-right: 0px;
}
.buttonLink {
  display: block;
  width: 100%;
  height: 100%;
}
/*
a {
color: #444;
text-decoration: none;
}
*/
.cateButton {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 10px 13px;
  color: #444;
  border: 1px solid #DCE0E0;
  font-size: 12px;
  font-weight: 600;
  background-color: #FFF;
  border-radius: 5px;
}
input[type=submit], button {
  cursor: pointer;
}
.cateList_item {
  width: 24%;
  height: 45px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
}









@media screen and (max-width:1200px) {}
/*カスタムメニュー*/
@media screen and (max-width:900px), @media screen and (max-width:768px) {
  .cateWrap {
    padding: 10px 10px;
    background-color: #F3F3F3;
    margin-left: auto;
    margin-right: auto;
  }
  .cateList {
    /*display: flex;*/
    flex-wrap: wrap;
    margin-left: auto; /*justify-content: space-between;				*/
    margin-right: auto;
  }
  .cateList_item:nth-of-type(-n+4) {
    margin-top: 5px;
  }
  .cateList_item:nth-of-type(4n) {
    margin-right: 0px;
  }
  .buttonLink {
    display: block;
    width: 100%;
    height: 100%;
  }
  /*
a {
color: #444;
text-decoration: none;
}
*/
  .cateButton {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 5px 8px;
    padding: 5px 8px;
    color: #444;
    border: 1px solid #DCE0E0;
    font-size: 10px;
    font-weight: 600;
    background-color: #FFF;
    border-radius: 5px;
  }
  input[type=submit], button {
    cursor: pointer;
  }
  .cateList_item {
    width: 48%;
    height: 40px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
  }
}
