@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

.bg-light{	background-color: #EEE9E2;}
.bg-white{	background-color: #fff;}
.bg-danger{background-color: #D762A0;}
.bg-gray{background-color:#707070;}
.bg-dark{background-color:#1E1210; color:#fff;}
.bg-primary{background-color: #003894;}
.text-primary{ color: #003894;}
.text-white{color:#fff;}
.fs11{font-size: 11px}
.fs13{font-size: 13px}
.fs15{font-size: 15px;}
.rounded{border-radius: 10px;}
.rounded-bottom{border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.rounded-pill{	border-radius: 50rem!important;}

.w-100{width: 100%;}
.border{
	border: #cccccc 1px solid;
}
a{
	text-decoration: none;
}

body{
font-family: "Noto Sans JP","游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
	color: #333;
	background-color: #ffffff;
	min-width: 320px;
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
	font-weight: 400;
}

body img {
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}


.wrapper{
	overflow: hidden;
}

:focus {
	outline: none;
}

/*マウスオーバー*/
.over {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.over:hover {
opacity: 0.6;
filter: alpha(opacity=80);
}


.of img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: 60% 20%;
font-family: 'object-fit: cover;object-position: 60% 20%;'; /*IE対策*/
}

.img_max img{
	max-width: 100%;
	height: auto;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	max-width:990px;
}

.bold{font-weight: 700;}
.small{font-size: 0.7em;}

p{
	margin-bottom: 1rem;
}

#top{
	height: 100px;
	padding:10px 20px;
	font-size: 15px;
}


.text-center{	text-align: center;}
.text-left {text-align: left;}


#main_img .img_max img{
	max-height: 350px;
}



.copy {

}

.copy > span{
    font-size: calc(15px + .5vw);
    background: #fff;
    display: inline-block;
    border-radius: 50px;
    padding: 0 20px;
    margin-bottom: 15px;
}
.copy h1{
	font-size: 26px;
		font-weight: bold;
	line-height: 1.4;
	white-space: nowrap;
}


.h-2{
	font-size: calc(18px + 0.5vw);
	line-height: 1.4;
}

h2{
	text-align: center;
	font-size: 23px;
	position: relative;
}

h2 span{
	display: inline-block;
}

h2::after{
	position: absolute;
	content: "";
	width: 90px;
	height: 3px;
	background-color: #A57126;
	bottom: -20px;
	left: calc(50% - 45px);
}

.relative{
	position: relative;
}

.bubble {
	position: absolute;
	top: -10px;
	left: 0;
}

.bubble::after {
	content: "";
	width: 0;
height: 0;
	position: absolute;
border-style: solid;
border-width: 8px 5px 0 5px;
border-color: #1E1210 transparent transparent transparent;
	bottom: 0;
	left: 50px;
	transform: translateY(100%);
}

.pull-top{
	margin-top: -7px;
}
ol{
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin: 0;
}
ol li {
	line-height: 1.5;
	padding-left: 35px;
	position: relative;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 12px;
}
ol li:last-of-type {
	margin-bottom: 0;
}
ol li::before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background: #D762A0;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	width: 20px;
	color: #fff;
	font-size: 14px;
	line-height: 0;
	position: absolute;
	top: 2px;
	left: 0;
}

.tel-number{
	max-width: 480px;
}

.max300{
	min-width: 200px;
max-width: 300px;
	flex-basis: 43%;
}

.contact-man{
	position: absolute;
	right: 0;
	bottom:-1px;
	width: 30%;

	max-width: 160px;
}

.last-footer{
	border-bottom: 3px solid #003894;
}

.last-footer > div{
	padding-right: 30%;
}

.nowrap{
	white-space: nowrap;
	
}

/*
--------------------------------------
画面幅576px以上（576px ～）
--------------------------------------
*/

@media print, screen and (min-width:576px){

#main_img .img_max{
	width: 100%;
}	
	
#main_img .img_max img{
	max-height: 580px;
}

.copy h1{
		font-size: calc( 36px + .8vw);
}


h2{
	font-size: 28px;
}
	
	
.tel-number{
	max-width: 80%;
}	

.tel{
	font-size: calc(17px + 1vw) ;
}
	.last-footer > div{
	padding-right: 200px;

	}

	
}

/*
--------------------------------------
画面幅768px以上（768px ～）
--------------------------------------
*/
@media print,
screen and (min-width: 768px) {

.h-2{
	font-size: 25px;

}
#top{
	font-size: 18px;
}
	
.tel{
	font-size:calc(10px + 1.35vw);
}	

.tel-number{
		padding-right: 140px !important;

}
	
	
.contact-man{
	position: absolute;

	width:20%;

	max-width: 200px;
}
	
}

/*
--------------------------------------
画面幅990px以上（990px ～）
--------------------------------------
*/
@media print,
screen and (min-width:990px) {
.copy h1{
		font-size: calc( 36px + 1vw);
}
	.flex-shrink-lg-0{
		flex-shrink: 0;
	}
.tel{
	font-size:27px;
}		
.contact-man{
	position: absolute;
	right: -30px;
	width: 200px;

	max-width: 200px;
}
}

/*
--------------------------------------
画面幅1200px以上（1200px ～）
--------------------------------------
*/
@media print,
screen and (min-width:1400px) {

.copy h1{
		font-size:60px;
}
}

