@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------- */
/* グローバルナビゲーション */
/* -------------------------------------------------- */

/*@media only screen and (min-width: 769px) {
nav ul li:nth-of-type(2) a {
	border-bottom: 4px solid #FFF;
}
}*/

/* -------------------------------------------------- */
/* ヘッダー */
/* -------------------------------------------------- */

header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 0;
	left: 0;
	background-color: #FFF;
	z-index: 10;
}
@media only screen and (min-width: 769px) {
header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	background-color: #FFF;
}
}

header #main {
    height: 20vh;
    background-image: url(../img/common/dot.gif),url(../img/goods/bg_main_01.jpg);
    background-repeat: repeat, no-repeat;
    background-blend-mode: overlay;
    background-size: auto, cover;
    background-position: center 40%;
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/ /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
    position: relative;
    padding-top: 90px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
@media only screen and (min-width: 769px) {
header #main {
    height: 360px;
    padding-top: 0px;
    background-position: center 40%;
}
}


header #pmain {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    background-color: #000;
}
/*header #pmain img {
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}*/
@media only screen and (min-width: 769px) {
header #pmain {
    position: inherit;
    background-color:  transparent;
    height: auto;
}
}


h1 {
    /*border: 1px solid #FFF;*/
    margin: 8vw auto 1vw auto;
    width: 50vw;
    height: auto;
    text-align: left;
    /*padding: 10vw;*/
    z-index: 10;
}
@media only screen and (min-width: 769px) {
h1 {
    margin: 80px auto 0 auto !important;
    width: 600px;
    height: auto;
    /*padding: 10vw;*/
}
}


header h2 {
    position: absolute;
    text-align: center;
    bottom:0;
    width: 100%;
    background-color: #000;
    color: #FFF;
    font-size: 26px;
    padding: 2vw 0;
}
@media only screen and (min-width: 769px) {
header h2 {
    position: relative;
    width: auto;
    background-color: transparent;
    /*border: 1px solid #FFF;*/
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0px 0px 10px #3d3d3d;
    padding: 0;
}
}

header div.boldtext {
    margin-top: -30px;
    font-size: 40px !important;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    font-weight: bold;
    text-shadow: 0px 0px 10px #3d3d3d;
}
@media only screen and (min-width: 769px) {
header div.boldtext {
    display: none;
}
}

main {
    width: 100%;
    padding: 4vw 0;
    line-height: 160%;
}

main article {
    margin: 0 4vw 30px 4vw;
}

main article h2 {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
}

main article h3 {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
}

main article ul {
    /*margin: 0 4vw 30px 4vw;
	margin: 0px auto 100px auto;*/
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
	list-style-type: none;
    /*flex-direction: column;*/ /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    /*align-items: center;*/  /* 子要素をflexboxにより中央に配置する */
}
@media only screen and (min-width: 769px) {
main article ul {
    justify-content: flex-start; /* 子要素をflexboxにより中央に配置する */
    align-items: flex-start;  /* 子要素をflexboxにより中央に配置する */
}
}

main article ul li {
    width: 45vw;
	/*display: table-cell;*/
	/*border: 1px solid #CCC;*/
	/*display: flex;
	align-items: center;*/
}
@media only screen and (min-width: 769px) {
main article ul li {
    margin: 10px;
	width: 320px;
	/*border: 1px solid #000;*/
}
}


main article ul li img {
    width: 42vw;
	height: auto;
    /*height: calc(100% * 0.72);*/
	/*width: 20%;
	height: calc(20% * 0.72);*/
    object-fit: cover;
	border: 1px solid #00B0EC;
}
@media only screen and (min-width: 769px) {

main article ul::after{
  content: "";
  display: block;
  /*width: 520px;*/
  width: 320px;
}
main article ul li img {
    /*width: 500px;
    height: 360px;*/
    width: 320px;
    height: 230px;
    object-fit: cover; 
}
}

main article ul li span {
	display: inline !important;
}


main article ul li .andmore {
    width: 100%;
    height: calc(100% * 0.72);
	/*width: 20%;
	height: calc(20% * 0.72);*/
    font-family: "Arial Black", Gadget, "sans-serif";
    object-fit: cover; 
    border: 1px solid #CCC;
}
@media only screen and (min-width: 769px) {
main article ul li .andmore {
    /*width: 500px;
    height: 360px;*/
    width: 320px;
    height: 230px;
    object-fit: cover;
	/*border: 1px solid #000;*/
}
}

main article strong {
    font-size: 20px;
    font-weight: bold;
}

main article a {
    /*font-size: 18px;*/
}

main article a:link { color:#000; text-decoration: underline; }
main article a:visited { color:#000; text-decoration: underline; }
main article a:hover { color:#000; text-decoration: none; }
main article a:active { color:#000; text-decoration: underline; }
main article a:focus { outline:none;}

main article p:not(.realcontent) a {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    background-color: #000;
    padding: 2vw;
    text-align: center;
    font-size: 18px;
}

main article p:not(.realcontent) a:link { color:#FFF; text-decoration: none; }
main article p:not(.realcontent) a:visited { color:#FFF; text-decoration: none; }
main article p:not(.realcontent) a:hover { color:#FFF; text-decoration: none; }
main article p:not(.realcontent) a:active { color:#FFF; text-decoration: none; }
main article p:not(.realcontent) a:focus { outline:none;}

main article .stlocal img { border: none; }


main article ul.stlocal {
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
	list-style-type: none;
    /*flex-direction: column;*/ /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    /*align-items: center;*/  /* 子要素をflexboxにより中央に配置する */
}
@media only screen and (min-width: 769px) {
main article ul.stlocal {
    justify-content: flex-start; /* 子要素をflexboxにより中央に配置する */
    align-items: flex-start;  /* 子要素をflexboxにより中央に配置する */
}
}

main article ul.stlocal li {
    width: 90vw;
	text-align: center;
	/*display: table-cell;*/
	/*border: 1px solid #CCC;*/
	/*display: flex;
	align-items: center;*/
}
@media only screen and (min-width: 769px) {
main article ul.stlocal li {
    margin: 10px;
	/*width: 240px;*/
	width: 200px;
	/*border: 1px solid #000;*/
}
}


main article ul.stlocal li img {
    width: 42vw;
	height: auto;
    /*height: calc(100% * 0.72);*/
	/*width: 20%;
	height: calc(20% * 0.72);*/
    object-fit: cover;
	/*border: 1px solid #00B0EC;*/
}
@media only screen and (min-width: 769px) {

main article ul.stlocal::after{
  content: "";
  display: block;
  /*width: 520px;*/
  width: 320px;
}
main article ul.stlocal li img {
    /*width: 500px;
    height: 360px;*/
    max-width: 200px;
    height: auto;
    object-fit: cover; 
}
}

main article div.linkmapdesigngallery a {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    background-color: #000;
	color:#FFF;
    padding: 2vw;
    text-align: center;
    font-size: 18px;
}

@media only screen and (min-width: 769px) {
main article div.linkmapdesigngallery a {
    padding: 2vw;
}
}

main article div.linkmapdesigngalleryimg {
	
}

main article div.linkmapdesigngalleryimg img {
	width: 100%;
	height: auto;
}


/* -------------------------------------------------- */
/* モダンレイアウト（追加分） */
/* -------------------------------------------------- */

main article h2 {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 16px;
}

main article h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 4px;
	border-radius: 2px;
	background: linear-gradient(90deg, #00B0EC, #00e0c6);
}

main article ul {
	gap: 3vw;
	align-items: stretch;
}
@media only screen and (min-width: 769px) {
main article ul {
	gap: 24px;
	align-items: stretch;
}
}
@media only screen and (max-width: 768px) {
main article ul li {
	width: calc(50% - 3vw);
}
}

main article ul li a {
	flex-shrink: 0;
}

main article ul li {
	box-sizing: border-box;
	background-color: #FFF;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
	transition: transform .25s ease, box-shadow .25s ease;
	display: flex;
	flex-direction: column;
	padding: 0 14px 14px 14px;
	font-size: 13px;
	line-height: 1.5;
	color: #333;
}
@media only screen and (min-width: 769px) {
main article ul li {
	margin: 0;
	font-size: 14px;
}
main article ul li:hover {
	transform: translateY(-6px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
}
}

main article ul li a {
	display: block;
	overflow: hidden;
	line-height: 0;
	margin: 0 -14px 12px -14px;
}

main article ul li img {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	border: none;
	border-radius: 0;
	transition: transform .35s ease;
}
@media only screen and (min-width: 769px) {
main article ul li img {
	width: 100%;
	height: auto;
}
}
main article ul li:hover img {
	transform: scale(1.06);
}

main article ul li br {
	display: none;
}


/* CSSファイルの最下部に追記 */
main article ul li {
    display: block !important;
}

