@charset "UTF-8";
html {
	scroll-behavior: smooth;
	background: url("bg2.png");
}

body {
	width: 100%;
	max-width: 900px;
	margin: auto;
}

h1 {
	font-size: clamp(0.5rem, calc(0.5vw + 0.5rem), 1rem);
	font-weight: normal;
	background-color: #000036;
	color: #fff;
	text-indent: .5em;
}

main{
	padding-bottom: 1vw;
}

#menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	width: 100%;
	margin-bottom: 1vw;
}

#menu li {
	width: 16.66%;
}

#menu li img {
	display: block;
	width: 100%;
}

#menu li:hover {
	opacity: .8;
	transition: .8s;
}

nav {
  margin-bottom: 1vw;
}
nav ol {
  display: flex;
	flex-wrap: wrap;
}
nav li:after {
	content: " > ";
	margin-right: .5em;
}
nav li:last-child:after {
	content: "";
}

h3 {
	margin-bottom: 1vw;
	padding: 1vw;
	background-color: #000036;
	color: #fff;
}

h3 img {
	max-width: 480px;
}

.frame {
	margin: 1vw;
	padding: 1vw;
	border: solid 1px #000036;
	border-radius: 1vw;
	background-color:rgba(227,236,244,0.4);
}

p,li,dt,dd {
	font-size: clamp(0.7rem, calc(0.5vw + 0.7rem), 1rem);
}

main section{
	margin-bottom: 4vw;
}

#contents1 p {
	margin-bottom: 1vw;
}

.store_intro {
	margin-bottom: 3vw;
}

.store_intro > div {
	margin-bottom: 2vw;
}

.intro2 > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: 3vw auto 1vw;
}

.intro2 div div {
	width: 70%;
}

.intro2 figure {
	width: 30%;
	max-width: 180px;
}

.intro2 img {
	width: 100%;
}

.intro2 h4 {
	font-size: clamp(0.9rem, calc(0.5vw + 0.9rem), 1.8rem);
}

.intro3 h5{
	font-size: clamp(0.9rem, calc(0.5vw + 0.9rem), 1.8rem);
	width: 70%;
	margin: 0 auto;
}
.intro3 h5 a:visited{
	color: #000036;
}

.intro3 dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 70%;
	margin: 0vw auto 3vw;
	border: solid 1px;
	border-bottom: none;
	box-sizing: border-box;
	background: #fff;
}

.intro3 dt {
	width: 28%;
	padding: 1%;
	border-bottom: solid 1px;
}

.intro3 dd {
	width: 70%;
	padding: 1%;
	border-bottom: solid 1px;
	border-left: solid 1px;
	box-sizing: border-box;
}

.intro4 {
	display: flex;
	justify-content: space-between;
}
.intro4 iframe {
	width: 49%;
	height: 36vw;
	max-height: 360px;

}



#price {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#price h4 {
	width: 100%;
	font-size: clamp(0.9rem, calc(0.5vw + 0.9rem), 1.8rem);
}

.new_price_list {
	width: 50%;
	border: solid 1px #efefef;
	box-sizing: border-box;
	margin-bottom: 1vw;
}

#price h5 {
	background: #0B245D;
	text-align: center;
	padding: 5px;
	font-weight: normal;
	border-bottom: solid 1px #efefef;
	color: #fff;
}

#price dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-top: solid 1px #efefef;
	background: #fff;
}
#price dt {
	width: 30%;
	text-align: center;
	color: #fff;
	background: #0B245D;
	border-bottom: solid 1px #efefef;
	box-sizing: border-box;
	padding: 0.5vw 0;
}

#price dd {
	width: 70%;
	text-align: center;
	border-bottom: solid 1px #efefef;
	box-sizing: border-box;
	padding: 0.5vw 0;
}

p.new_price_list_extension {
	margin: 0;
	padding: 5px;
	text-align: center;
	background: #fff;
}

#price ul {
	clear: both;
	margin: 10px auto;
}

#price li {
	position: relative;
	padding-left: 20px;
}

#price li::after {
	position: absolute;
	top: .5em;
	left: 10px;
	content: '';
	width: 6px;
	height: 6px;
	background-color: #E555FF;
	border-radius: 4px;
}



.voice {
	display: flex;
	justify-content: space-between;
	margin-top: 2vw;
}

.voice > div {
	width: 48%;
}

.voice > div dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.voice dt img {
	width: 10vw;
	max-width: 100px;
}

.balloon2-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 1vw 1.5vw;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #FFF;
  border: solid 3px #555;
	border-radius: 1vw;
  box-sizing: border-box;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -23px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}

.voice h4{
	color: #f69b00;
	font-size: clamp(0.9rem, calc(0.5vw + 0.9rem), 1.8rem);
	line-height: clamp(0.9rem, calc(0.5vw + 1rem), 1.8rem);
	margin-bottom: .5vw;
}


.box {
  background-color: #eee;
  display: inline-block;
  width: 100%;
  border: 1px solid #acacac;
	box-sizing: border-box;
	border-bottom: none;
	margin-bottom: 1vw;
}
.btn{
  display: block;
  width: 100%;
  padding: 1.2vw;
  cursor: pointer;
  text-align: left;
	border: none;
	border-bottom: 1px solid #acacac;
	font-size: clamp(0.9rem, calc(0.5vw + 0.9rem), 1.2rem);
}
.btn:hover {
  background-color: #fafafa;
}
.panel {
  background-color: white;
  padding: 1.2vw;
  display: none;
  border-bottom: 1px solid #acacac;
}

#contents6 {
	margin-bottom: 0;
	padding-bottom: 4vw;
}

#contents6 > div {
	display: flex;
	justify-content: space-between;
}

#contents6 > div > p {
	width: 49%;
	margin-bottom: 1.5vw;
}

#contents6 > div h4 {
	text-align: center;
	font-size: clamp(0.9rem, calc(0.5vw + 0.9rem), 1.8rem);
	background-color: #000036;
	color: #fff;
	padding: 1.2vw 0;
}

#contents6 > div img {
	width: 100%;
}


footer {
	text-align: center;
	margin: 0 0 .5vw;
	background-color: #000036;
	color: #fff;
}

/* ボタンのデザイン */
#pageTopBtn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	border: 2px solid #222;
	border-radius: 50px;
	cursor: pointer;
	transition: all .5s;
}
/* ボタンホバー時 */
#pageTopBtn:hover {
	background-color: #222;
}
#pageTopBtn:hover::before {
	background-color: #fff;
}
#pageTopBtn:hover::after {
	background-color: #fff;
}
/* ボタンの矢印 */
#pageTopBtn::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 29px;
	width: 2px;
	height: 20px;
	background-color: #222;
	transition: all .5s;
	transform: translateY(-50%) rotate(-45deg);
}
#pageTopBtn::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 29px;
	width: 2px;
	height: 20px;
	background-color: #222;
	transition: all .5s;
	transform: translateY(-50%) rotate(45deg);
}



/*枝ページ*/
.breadcrumb {
	margin: 1vw 0;
}

.media_list_block {
	margin: 2vw auto;
	padding: 2vw;
	max-width: 640px;
	border: solid 1px #000036;
	border-radius: 2vw;
	background: #fff;
}
.media_list_block img {
	width: 100%;
	max-width: 640px;
}


#media_detail h3 {
	background: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#media_detail h3 img {
	max-width: 100%;
}

#media_detail h4 {
	width: 96%;
	margin: 10px auto;
	padding: 10px 2%;
	border-radius: 3px;
	background: #000036;
	text-align: center;
	font-size: clamp(0.9rem, calc(0.5vw + 0.9rem), 1.8rem);
	font-weight: 800;
	color: #FFCB00;
}
#media_detail p img {
	border: solid 2px #000036;
	box-sizing: border-box;
	width: 100%;
	max-width: 300px;
	margin-bottom: 1vw;
}
.media_detail_scene {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.media_detail_scene div {
	width: 47.5%;
	margin: 1vw 0;
	background-color: #000036;
	padding: 5px 1%;
	border-radius: 5px;
}
.media_detail_scene h5 {
	text-align: center;
	margin: 0px 0px 5px;
	border-bottom: 1px solid #596B90;
	color: #fff;
}

.media_detail_teller div {
	width: 49.5%;
	max-width: 200px;
	display: inline-block;
	margin: 1vw 1vw 3vw 0;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 3px;
	background: #33386B;
	border: 1px solid #5263A6;
	text-align: center;
}
.media_detail_teller a, .media_detail_teller a:visited {
	color: #fff;
}

#media_detail .frame > div {
	display: flex;
	justify-content: space-evenly;
	text-align: center;
	width: 80%;
	margin: auto;
}
#media_detail .frame > div:nth-of-type(1) {
    width: 100%;
}
#media_detail .frame img {
	width: 49%;
}
#media_detail p {
	margin-bottom: 1.5vw;
}
#media_detail .frame a img {
	width: 100%;
}

#request .frame {
	padding-top: 0;
}

#request .frame h3 {
	margin-top: 1vw;
}

#request img {
	width: 100%;
}

#request_ok img {
	width: 6vw;
	max-width: 30px;
	margin-right: 1vw;
}
#request_ok {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
}
#request_ok span {
	display: inline-block;
}

#request .alignC p {
	width: 60%;
	margin: 1vw auto;
	padding: 2vw;
	border: solid 1px #000036;
	background: #fff;
}

.request_sample {
	margin-bottom: 2vw;
}

.request_sample_separate {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 2vw;
}

.request_sample_separate div {
	width: 49%;
}

.request_sample li {
	list-style: disc;
	margin-left: 2em;
}

#media_detail .frame > div.vertical {
	width: 80%;
	margin: auto;
}

#media_detail .frame > div.vertical img {
	width: 40%;
}



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

	#menu li {
		width: 33.33%;
	}

	.frame {
		border: none;
		margin: 0;
		padding: 2vw;
	}
	
	.intro2 > div {
		justify-content: space-between;
	}
	.intro2 > div div {
		width: 68%;
	}

	.intro3 h5{
		width: 100%;
	}
	.intro3 dl {
		width: 100%;
	}
	.intro3 dt {
		width: 21%;
	}
	.intro3 dd {
		width: 77%;
	}

	.intro4 {
		display: block;
	}

	.intro4 iframe {
		width: 100%;
		min-height: 220px;
	}
	
	.voice {
		display: block;
	}
	.voice > div {
		width: 96%;
	}
	

	#contents6 > div {
		display: block;
	}

	#contents6 > div > p {
		width: 100%;
	}
	

	/*枝ページ*/
	#media_detail p img {
		border: none;
	}
	.media_detail_scene {
		display: block;
	}
	.media_detail_scene div {
		width: 98%;
	}
	.media_detail_teller {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 1vw 0 3vw;
	}
	.media_detail_teller div {
		margin: 0 0 0 0;
	}

	#media_detail .frame > div {
		display: block;
		text-align: center;
		width: 100%;
	}

	#request .alignC p {
		width: 96%;
	}

}
