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

:root {
	--orange: #ed7100;
	--font_rounded: "logotype_g","M PLUS Rounded 1c", sans-serif;
}

html {
	font-size: clamp(12px,3vw,18px);
}

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap');

.font-rounded {
  font-family: "logotype_g","M PLUS Rounded 1c", sans-serif;
}

@font-face {
  font-family: 'logotype_g';
  src: url('fonts/07LogoTypeGothic7.ttf') format('truetype');
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
}

body,
.font-gothic {
  font-family: "M PLUS 1p", sans-serif;
	text-align: center;
}

.container {
	width: 90%;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
/*
	padding-left: 1em;
	padding-right: 1em;
*/
}

img {
	height: auto;
}

header {
	text-align: center;
	padding: 1em;
	& img {
		width: 50%;
		max-width: 360px;
	}
}

#sect01 {
	padding: .1rem 0 .05rem;
	background-color: var(--orange);
	color: white;
	& p {
		line-height: 2.5em;
	}
}

.style01 {
	font-size: 1.5rem;
	letter-spacing: 0;
}

.style02 {
	font-weight: 700;
	padding-right: .3em;
}

.style03 {
	font-size: 2rem;
	font-weight: 700;
	position: relative;
	top: .1em;
}

.style04 {
	font-weight: 600;
	line-height: 1.3;
	& .dBlockSp {
		margin-top: -.5em;
	}
}

@media(max-width:767px){
	.dBlockSp {
		display: block;
	}
}

@media(min-width:768px){
	.dNonePcTb {
		display: none;
	}
	.dInlinePcTb {
		display: inline;
	}
}

#sect02 {
	padding: 1rem 0;
	& .incho {
		margin-bottom: 2em;
		& .hurigana {
			font-size: .8em;
		}
	}
}

.style05 {
	font-family: var(--font_rounded);
	line-height: 1.8;
	font-size: 1.3rem;
	margin-bottom: .8em;
}

.incho {
	font-size: 1.2rem;
	font-weight: 600;
}

.boxOrangeBorder {
	border-top: 2px solid var(--orange);
	&:nth-of-type(2) {
		border-bottom: 2px solid var(--orange);
	}
}

address {
	padding: 1em;
	font-style: normal;
}
