@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Devanagari:wght@500&family=M+PLUS+Rounded+1c:wght@400;500;800&family=Montserrat:wght@600;700;800&family=Noto+Sans+JP:wght@500;700;900&family=Zen+Maru+Gothic:wght@700&display=swap');

*{ margin:0px; padding: 0px; box-sizing:border-box; }

html, body {
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    min-width: 100%;
    min-height: 100%;
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 62.5%;    
    color: #333; 
	background-color: #fff;
}

div, span, object, iframe, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; font-style: normal; }

body.fixed {
    height: 100%;
    overflow: hidden;
}

a { text-decoration: none; }

ul, ol { list-style: none; }

input[type="text"], input[type="tel"], input[type="email"], textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	border: solid 1px #bfbfbf;
    background-color: #f5f5f5;
    padding: 10px;
	box-sizing: border-box;
}

/*input選択時色変えない様に*/
input:-webkit-autofill { transition: background-color 5000s ease-in-out 0s !important; }
/*inputクリックで文字消す*/
input:focus::placeholder { color: transparent; }
select { min-height: 40px; border: solid 1px #bfbfbf; background-color: #f5f5f5; border-radius: 3px; box-sizing: border-box;}

@media not screen and (min-width: 1025px) {	
	input[type="text"], input[type="tel"], input[type="email"], textarea {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		padding: 10px;
		box-sizing: border-box;
		width: 100%;
	}
}

.opa { transition: all 0.3s ease; backface-visibility: hidden; }
.opa:hover { opacity: 0.6; filter: alpha(opacity=60); backface-visibility: hidden;}

/* 1024px 未満 */
@media not screen and (min-width: 1025px) {
	.pc { display:none !important; }	
}

	
/*1025以上は非表示*/
@media screen and (min-width: 1025px) {
	.tub { display:none !important; }
}

/* 768px 未満は非表示 */
@media not screen and (min-width: 769px) {
	.tub { display:none !important; }
}

/*481以上は非表示*/
@media screen and (min-width: 481px) {
	.smp { display:none !important; }
}

.flex-wrap { display: flex; flex-wrap: wrap; }
.flex-wrap-center { display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.flex-wrap-betw { display: flex; flex-wrap: wrap; justify-content: space-between; }

.inner01 {
	width: 800px;
    margin: 0 auto;
}

header {
	width: 100%;
    background: rgb(255,255,255,0.5);    
	transition: all 3s ease;
	border-bottom: solid 5px #ccbdd4;
}

.toppage header {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.header-inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* 1024px 未満 */
@media not screen and (min-width: 1281px) {
	.header-inner {
		width: 100%;
		padding: 20px;
	}
}

/* 1024px 未満 */
@media not screen and (min-width: 1025px) {
	.header-inner {
		width: 100%;
		padding: 10px 0px;
	}
}

/* 768px 未満 */
@media not screen and (min-width: 769px) {
	.toppage header {
		position: static;
		width: 100%;
	}
	.header-inner { width: 100%;}
}

.h_txt { font-size: 1.2rem; width: 100%;  font-weight: 400;  margin-top: 15px; }
.h_tel_mail {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.h_tel_mail  img { margin-right: 25px; }

.h_tel { padding: 0 10px;
    line-height: 1;
    display: flex;
    align-items: center; }
.h_tel a { font-family: 'Lato', sans-serif; color: #000; font-size: 1.8rem; font-weight: 700;}

.scroll-bg { transition: all .5s ease; }

@media not screen and (min-width: 1025px) {
	.h_txt { display: none; }

	.h_logo { padding: 10px; }
}



/* 768px 未満 */
@media not screen and (min-width: 769px) {
	.toppage header {
		position: static;
		width: 100%;
	}	
	.h_tel_mail { display: none; }
}

/* 667px 未満 */
@media not screen and (min-width: 668px) {
	.h_tel_mail { display: none; }
}

@media  screen and (orientation: landscape) and (max-width: 820px) {
	.h_tel_mail { display: none; }
}

@media  screen and (orientation: portrait) and (max-width: 820px) {
	.h_tel_mail { display: none; }
}

header nav {  display: flex; flex-wrap: wrap;  width: 90%;  }

@media not all and (min-width: 1025px) {
	header nav { width: 100%; justify-content: center; }
}

.nav {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.nav li a {
    color: #000;
    font-size: 1.7rem;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    box-sizing: border-box;
    display: flex;
    padding: 20px 15px;
    align-items: center;	
}

.nav li a:hover { color: #865e8f; }
.nav li a img { transition: all 0.3s ease; }
.nav li a:hover img { opacity: 0.5; }

.mail_icon::before { content:""; display: flex; background-image: url("../images/mail_icon.png"); width: 25px; height: 25px; background-size: cover; margin-right: 5px; }
.tel_icon::before { content:""; display: flex; background-image: url("../images/tel_icon.png"); width: 25px; height: 25px; background-size: cover; margin-right: 5px; }

@media not screen and (min-width: 1161px) {
	
	.navbtn {
		 position: fixed;
		 z-index: 9999;
		 top: 10px;
		 right: 10px;
		 cursor: pointer;
		 width: 50px;
		 height: 50px;
		 background-color: #865e8f;
		 border-radius: 5px;
	}
    /*×に変化*/
    .navbtn span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #fff;
        width: 50%;
    }
    
    .navbtn span:nth-of-type(1) {
        top:15px;
    }
    .navbtn span:nth-of-type(2) {
        top:23px;
    }
    .navbtn span:nth-of-type(3) {
        top:31px;
    }
    .navbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }
    .navbtn.active span:nth-of-type(2) {
        opacity: 0;
    }
    .navbtn.active span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }
	
	#g-nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1;
		width: 100vw;
		height: 100vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background:rgba(255,255,255,0.9);
		pointer-events: none;
		opacity: 0;
		transform-origin: center;
		transform: scale(.5);
		transition: all .3s ease;
    }
	/*アクティブクラスがついたら透過なしにして最前面へ*/
    #g-nav.panelactive{
        display: flex;
        flex-wrap: wrap;
        z-index:999;
        overflow: scroll;
		pointer-events: auto;
		opacity: 1;
		transform: scale(1.0);
        
    }
    /*ナビゲーションの縦スクロール*/
    #g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    }
	.nav {
		margin: 0 auto;
		padding: 10px 0;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	
	.nav li { padding: 10px 0; }
	
	.nav li a {
		padding: 10px 15px;
		border-bottom: solid 0 #fff;
	}
}

/* 1024px 未満 */
@media not screen and (min-width: 1025px) {
	.h_logo img { margin: 0 auto; width: 220px; height: auto; }
	.h_tel_mail { margin-right: 80px; }	
	.h_tel { padding: 20px 0; }
}

@media screen and (min-width: 1025px) {
	.foot_menu { display: none; }
}

@media not screen and (min-width: 769px) {
 .navbtn {
		 top: 10px;
		 right: 10px;
	}
}

@media not screen and (min-width: 769px) {
	.h_logo img { margin: 0 auto; width: 300px; height: auto; }
}

@media not screen and (min-width: 767px) {
	.h_logo img { margin: 0; width: 220px; height: auto; }
	.navbtn {
		 position: fixed;
		 z-index: 9999;
		 top: 10px;
		 right: 10px;
		 cursor: pointer;
		 width: 50px;
		 height: 50px;
		 background-color: #865e8f;
		 border-radius: 5px;
	}
}

@media (orientation: landscape) and (max-width: 1024px){
	.header-inner { padding: 15px; }
	.h_txt { display: none; }
	.h_logo {		
		padding: 10px;
		width: initial;
	}
	.h_logo img { width: 280px; height: auto; margin: 0; }
	
	.nav li a {
		font-size: 1.6rem;
		padding: 10px;
	}
}

@media (orientation: landscape) and (max-width: 700px) {
	.h_logo {
		padding: 10px;
		width: 240px;
	}
	.header-inner {
		padding: 10px;
	}
}

/* 1024px 未満は非表示 */
@media not screen and (min-width: 1025px) {
	.pc { display:none !important; }
	.foot_menu {
		background-color:rgba(255,255,255,0.8);
		position: fixed!important;
		bottom: 0;
		left: 0;
		z-index: 10;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.foot_menu li { width: 50%; padding: 10px; }
	.form_bt { background-color: #1f2e55; padding: 10px; min-height: 40px; color: #fff; display: flex; justify-content: center; align-items: center;text-align: center; font-weight: 500; font-style: normal; font-size: 1.8rem; border-radius: 50px;}
	.form_bt:before {
		width: 15px;
		height: 15px;
		margin-right: 5px;
	}
	.tel_bt { background-color: #cc0000; padding: 10px; color: #fff; display: flex; justify-content: center; align-items: center;  font-weight: 500; font-style: normal; font-size: 1.8rem; border-radius: 50px;}
	.tel_bt:before { content: ""; background-image: url("../images/tel_icon_w.png"); display: inline-block; width: 20px; height: 20px; background-size: contain; margin-right: 5px; }
}

@media not screen and (min-width: 768px) {
	.form_bt { font-size: 1.2rem; }
	.tel_bt { font-size: 1.2rem; }
}

/* 667px 未満 */
@media not screen and (min-width: 668px) {
	.foot_menu li {
		width: 50%;
		padding: 5px;
	}
}

/*フッター*/
#footer { width:100%; margin:0; font-size:1.4rem; }
#footer-inner {  width: 1200px; padding: 40px 0; margin: 0 auto; box-sizing: border-box; display: flex; flex-wrap: wrap; }

.f_logo { width: 40%;  }
.f_logo p { padding: 10px; }
.f_nav { margin: 15px 0; display: flex; flex-wrap: wrap; justify-content: flex-end; font-family: 'Noto Sans JP', sans-serif; font-weight: 900; width: 60%; }
.f_nav li { margin-right: 20px; }
.f_nav a {
	color: #000;
	transition: all .3s ease;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 5px;
}
.f_nav li a::before {
    border-bottom: solid 1px #000;
    bottom: 0px;
    content: "";
    display: block;
    position: absolute;
    transition: all .3s ease;
    width: 0;
}
.f_nav li a::before { left: 0; }
.f_nav li a:hover::before { width: 100%; }

@media  screen and (min-width: 1025px) {
.foot_link { padding-right: 40px; }
}

.foot_link h3 { font-size: 1.6rem; font-weight: 900; margin-bottom: 15px; }
.foot_link ul { border-left:solid 1px #000; padding-left: 15px; }
.foot_link ul li { margin-bottom: 10px;}
.foot_link ul li a { font-size: 1.2rem; color: #000; font-weight: 700; position: relative; }

.foot_link:last-of-type { padding-right: 0;}



#footer-inner { margin-top: 15px; }

.address {
    background-color: #e7e1eb;
    text-align: center;
    padding: 5px;
    min-height: 42px;
    color: #000;
    font-style: normal;
    font-size: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/* 1024px 未満 */
@media not screen and (min-width: 1201px) {
	#footer-inner {
        width: 100%; padding: 20px; margin: 0 auto; box-sizing: border-box; display: flex; flex-wrap: wrap; align-items: center;
    }	
	
	.f_logo { width: 30%; }
	.f_logo .flex-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 15px 0;
	}
	.f_logo p {
		padding: 5px;
		font-size: 1.3rem;
	}
	.f_nav {  width: 70%;}
}

@media not screen and (min-width: 1025px) {
	.f_logo {
		width: 60%;
		margin: 20px 0;
	}
	.f_nav { margin: 20px 0; width: 100%;  justify-content: space-around; }
}

@media not screen and (min-width: 769px) {
.address {
    background-color: #e7e1eb;
    text-align: initial;
    padding: 5px;
    min-height: 42px;
    color: #000;
    font-style: normal;
    font-size: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
}
/* 667px 未満 */
@media not screen and (min-width: 668px) {
	.f_logo {
		width: 100%;
		margin: 20px 0;
	}
	 .f_nav {
		 margin: 0;
		 width: 100%;
		 justify-content: flex-start;
	}
	.foot_link {
		width: 50%;
		padding-right: 0;
	}
    
}

@media (orientation: landscape) and (max-width: 1024px){
	#footer-inner {
		flex-direction: initial;
		align-items: initial;
	}
	.f_logo { width: 30%; padding-right: 20px;  }
	.f_nav { width: 70%; }
}

@media (orientation: landscape) and (max-height: 480px) {
	.f_logo { width: 100%; padding-right: 0;  }
	.f_nav { width: 100%; }
}

.mainimage {
	width: 100%;
	height: 900px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 0;
	background-image: url("../images/mainimage.jpg");
	background-size: cover;
	background-position: center;
}

.mainimage-inner {
	width: 1200px;
	margin: 0 auto;
	padding-top: 260px;
}

.mainimage_sub {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    background-image: url(../images/mainimage.jpg);
    background-size: cover;
    background-position: 0 45%;
    display: flex;
    align-items: center;
}

.mainimage_sub > .mainimage-inner {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}

@media not screen and (min-width: 1281px) {
	.mainimage {
		background-image: url("../images/mainimage_s.jpg");
		background-position: right;
	}
}

@media not screen and (min-width: 1201px) {
	.mainimage-inner {
		width: 100%;
		height: 100%;
		padding: 25px;
		display: flex;
		align-items: center;
	}
	.mainimage_sub > .mainimage-inner {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
}

@media not screen and (min-width: 1025px) {
	.mainimage {
		width: 100%;
		height: 760px;
		display: flex;
		align-items: center;
		background-color: rgba(255,255,255,0.7);
		background-blend-mode: lighten;
	}
	.mainimage-inner { width: 100%; padding:  20px; }
	.main_catch_txt {
		display: flex;
		flex-direction: column;
	}
	.mainimage_sub {
		width: 100%;
		height: 50vh;
	}
	.mainimage_sub > .mainimage-inner {
		width: 100%;
		margin: 0 auto;
		padding: 30px;
	}
}

@media  screen and (max-width: 1024px) and (orientation:portrait) {
	.mainimage_sub {
		width: 100%;
		height: 30vh;
	}
}

@media not screen and (min-width: 767px) {
	.mainimage {
		width: 100%;
		height: 60vh;
		display: flex;
		align-items: center;
		background-color: rgba(255,255,255,0.7);
		background-blend-mode: lighten;
	}
	.mainimage-inner { width: 100%; padding:  20px; }
	.main_catch_txt {
		display: flex;
		flex-direction: column;
	}
}


@media (orientation: landscape) and (max-width: 1024px){
	.mainimage { width: 100%; height: 100vh; }
	.mainimage-inner {
		width: 100%;
		padding: 40px;
	}
}

@media screen and (max-width: 1200px) and (max-height:768px) {
	header { position: static!important; }
	.mainimage { width: 100%; height: 780px; display: flex; align-items: center; flex-wrap: wrap; }	
}

@media (orientation: landscape) and (max-width: 1024px) and (max-height:768px) {
	.mainimage { width: 100%; height: 600px; }
}

@media (orientation: landscape) and (max-width: 896px) and (max-height:480px) {
	header { position: static; }
	.mainimage { width: 100%; height: 490px; }
}

/*縦*/
@media (orientation: portrait) and (max-width: 768px) {
	.mainimage { width: 100%; height: 600px; }
}

@media (orientation: portrait) and (max-width: 767px) {
	.mainimage { width: 100%; height: 450px; }
}

/* 667px 未満 */
@media not screen and (min-width: 668px) {
	.mainimage-inner { width: 100%; padding:  10px; }	
}

@media not screen and (min-width: 481px) {
	.mainimage_sub {
		background-position: 30%;
	}
}

.mainimage_sub h2 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 3.6rem;
	line-height: 1.5;
}
.mainimage h2 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 3.6rem;
	margin-bottom: 60px;
	line-height: 1.5;
}
.mainimage h2 span { position: relative; z-index: 1; }
.mainimage h2 span::after {
	display: inline-block;
    content: "";
    background-image: url(../images/marker01.png);
    width: 100%;
    height: 35px;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    bottom: -15px;
    left: 0;
    z-index: -1;	
}

.mainimage h3 { font-family: 'M PLUS Rounded 1c', sans-serif; font-size: 2.4rem; font-weight: 400; line-height: 1.5; margin-bottom: 60px; }
.mainimage h3 span { position: relative; z-index: 1; }
.mainimage h3 span::after {
	display: inline-block;
    content: "";
    background-image: url(../images/marker02.png);
    width: 100%;
    height: 35px;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: -1;	
}

.orange_circle { 
	background-color: #fc9b18;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	font-size:1.8rem; 
	color: #fff;
	font-weight: 700;
}
.orange_circle span { font-size: 2.8rem;}

.mainimage-check { display: flex; flex-wrap: wrap; gap:30px;}
.check_list { display: inline-block; padding: 20px; border:solid 3px #fc9b18; border-radius: 5px; }
.check_list li { font-family: 'M PLUS Rounded 1c', sans-serif; font-size: 2.4rem; font-weight: 400; color: #000; margin-bottom: 10px;  }
.check_list li:before { content: url("../images/check01.png"); vertical-align: middle; margin-right: 10px; }
.check_list li:last-child { margin-bottom: 0; }


/* 1024px 未満 */
@media not screen and (min-width: 1025px) {	
	
	.mainimage h2 { font-size: 3.6rem; margin-bottom: 20px;z-index: 0; }
	.mainimage h2 span { font-size: 3.6rem;z-index: 0; }
	.mainimage h2 span.pink { display: block; }
	.mainimage h3 { font-size: 2.6rem; margin-bottom: 20px; }
	.mainimage h3 span { font-weight: bold;z-index: 0; }
	.mainimage h2 span::after,.mainimage h3 span::after { display: none; }
	
	.mainimage-check { display: flex; flex-wrap: wrap; align-items: center; gap:30px;}
	.orange_circle {
		width: 180px;
		height: 180px;
		font-size:1.4rem; 
	}
	.orange_circle span { font-size: 2.2rem;}
	
	.check_list li { font-size: 1.8rem; margin-bottom: 10px;  }
	.check_list li:before {
		content: "";
		display: inline-block;
		background-image: url("../images/check01.png");
		background-size: cover;
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}
	.check_list li:last-child { margin-bottom: 0; }
}

@media not screen and (min-width: 767px) {
	.mainimage h2 { font-size: 2.6rem; margin-bottom: 20px; }
	.mainimage h2 span { font-size: 2.6rem; }
	.mainimage h2 span.pink { display: block; }
	.mainimage h3 { font-size: 1.8rem; margin-bottom: 20px; }
	.mainimage h3 span { font-weight: bold; }
	.mainimage h2 span::after,.mainimage h3 span::after { display: none; }
	
	.mainimage-check { display: flex; flex-wrap: wrap; align-items: center; gap:initial;}
	.orange_circle { 
	background-color: #fc9b18;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	font-size:1.2rem; 
	color: #fff;
	font-weight: 700;
}
.orange_circle span { font-size: 1.8rem;}
	.check_list { display: inline-block; padding: 0px; border:solid 0px #fc9b18; }
.check_list li { font-size: 1.5rem; margin-bottom: 10px;  }
.check_list li:before {
	content: "";
	display: inline-block;
	background-image: url("../images/check01.png");
	background-size: cover;
    width: 20px;
    height: 20px;
    margin-right: 10px;
	}
.check_list li:last-child { margin-bottom: 0; }
}


@media not screen and (min-width: 481px) {
	.mainimage_sub h2 {
		font-size: 3rem;
	}
}

/* 360px 未満 */
@media not screen and (min-width: 360px) {
    .tub {display: none; }
}

@media (orientation: landscape) and (max-width: 700px) {
	.mainimage-inner { margin-top: 0; padding: 20px; }
}

@media (orientation: landscape) and (max-height: 375px){
	header { position: static; }
	.h_tel_mail { display: none; }
	.mainimage {
		height: 495px;
	}
	#g-nav {
		justify-content: flex-start;
	}
}

@media screen and (max-width: 568px) and (max-height:321px) {
	.header-inner {
		padding: 5px;
	}
	.h_logo {
		padding: 10px;
		width: 240px;
	}
	#g-nav {
		justify-content: flex-start;
	}
	.mainimage {
		height: 360px;
	}
	.mainimage-inner { margin-top: 0; padding: 20px; }
}

@media not screen and (min-width: 321px) {
	
	.main_catch_txt {
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: space-evenly;
	}
	.mainimage h2 {
		font-size: 2.2rem;
		margin-bottom: 10px;
	}
	.mainimage h2 span {
    font-size: 2.2rem;
}
	.mainimage h3 {
		font-size: 1.6rem;
	}
	.orange_circle {
    width: 120px;
    height: 120px;
    font-size: 1rem;
}
	.check_list li {
    font-size: 1.2rem;
    margin-bottom: 10px;
}
	.check_list li:before {
    content: "";
    display: inline-block;
    background-image: url(../images/check01.png);
    background-size: cover;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
}

@media (orientation: portrait) and (max-width: 400px) {
	.orange_circle span { font-size: 1.6rem;}
	.check_list li {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
	.check_list li:before {
		width: 15px;
		height: 15px;
		margin-right: 5px;
	}
}



/*メイン*/
main { padding:0; margin:0 auto; width:100%; }
section { width:100%; margin:0 auto; text-align:left; line-height: 1.8;}
.main-content { width:1200px; margin:0 auto; padding: 40px 0; color: #000; font-size: 1.6rem; }
.main-content p { margin-bottom: 15px;  }
.main-content p:last-child { margin-bottom: 0; }

.main-content h2 { font-family: 'M PLUS Rounded 1c', sans-serif; font-size: 4rem;  margin: 40px 0; text-align: center; font-weight: 400;}
.main-content h2 span { font-size: 2rem; font-weight: 700; color: #865e8f; }
.main-content h3 { font-family: 'Noto Sans JP', sans-serif; font-size: 2.4rem;  margin-bottom: 20px; }

/* 1024px 未満 */
@media not screen and (min-width: 1200px) {
	.main-content { width:100%; padding: 20px; }
	.main-content h3 { margin: 30px 0;}
}

@media not screen and (min-width: 769px) {
	.main-content h2 {  font-size: 4rem;  margin: 40px 0;}
	.main-content h2 span { font-size: 2.4rem; }
}

/* 1024px 未満 */
@media not screen and (min-width: 767px) {
	.main-content h2 {  font-size: 3rem;  margin: 20px 0;}
	
    .main-content h3 { margin: 20px 0;}
}

#breadcrumb { width: 100%; padding: 10px 0; }
#breadcrumb > ol { font-size: 1.4rem; margin: 0 auto; }
@media  screen and (min-width: 1201px) {
#breadcrumb > ol { font-size: 1.4rem; width: 1200px; margin: 0 auto; }
}
#breadcrumb > ol > li{ position:relative; margin-right:4px; display: inline; padding:0 0 0 12px !important;}
#breadcrumb > ol > li > a { color: #865e8f; }
#breadcrumb > ol > li:first-child::before { display: none;}
#breadcrumb > ol > li::before{content:""; display:block; border-left:solid 5px #865e8f; border-top:solid 5px transparent; border-bottom:solid 5px transparent;border-right:solid 10px transparent; width:0; height:0; position:absolute; top:4px; left:0;}

/* カテゴリ色分け用 */
#breadcrumb.default ul li::before{ border-left-color:#865e8f; }

.greeting_box { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 40px;  }

.greeting_box h3 { font-size: 4rem; }
.greeting_box h4 { font-size: 2.4rem; }
.about_title { display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 20px; }

.greeting_box .txt_box { width: 80%; }
.greeting_box .img_box { width: 20%; }

@media not screen and (min-width: 769px) {
	.greeting_box { margin-bottom: 0; }
	.greeting_box h3 {
		font-size: 3rem;
		text-align: center;
	}
	.greeting_box h4 { font-size: 1.8rem; }
	.greeting_box .txt_box { width: 100%; }
	.greeting_box .img_box { width: 100%;  padding: 20px 0;}
	.greeting_box .img_box img { margin: auto; }
}


#promise,#subpage.promise { background-image: url("../images/promise_bg.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat; background-color: rgba(255,255,255,0.7); background-blend-mode: lighten; }
.promise_cont { display: flex; flex-wrap: wrap; gap:20px;  margin-bottom: 40px; }
.promise_box { display: flex; flex-direction: column; width: calc((100% - 20px * 1) / 2); background-color: #fff; border-radius: 10px; }
.promise_box .txt_box { padding: 20px; }
.promise_box .txt_box h3 { color: #ed145b; }
.promise_box img { width: 100%; height: auto; border-radius: 10px 10px 0 0;}

#subpage .promise_box {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px;
	margin: 20px 0;
}
#subpage .promise_box:nth-child(odd) {flex-direction: row-reverse;}
#subpage .promise_box .txt_box { width: 49%; padding: 0; }
#subpage .promise_box img { width: 49%; height: auto; border-radius: 10px;}
@media not screen and (min-width: 1025px) {
	#subpage .promise_box {
		flex-direction: column-reverse;
		width: 100%;
	}
	#subpage .promise_box:nth-child(odd) { flex-direction: column-reverse; }
	#subpage .promise_box img {
    width: 60%;
    margin: 25px auto;
    height: auto;
    border-radius: 10px;
}
	#subpage .promise_box .txt_box {
    width: 100%;
    padding: 0;
    /* margin-bottom: 20px; */
}
	
}

@media not screen and (min-width: 767px) {
	.promise_box { display: flex; flex-direction: column; width: 100%; background-color: #fff; border-radius: 10px; }
}

@media (orientation: landscape) and (max-height: 480px) {
	.promise_box { width: calc((100% - 20px * 1) / 2); }
}

.survey_list { display: flex; flex-wrap: wrap; justify-content: center; gap:15px; margin-bottom: 30px; }
.survey_list li {
	display: flex;
    width: calc((100% - 15px * 4) / 5);
    background-color: #f5f5f5;
    flex-direction: column;
    align-items: center;
    padding: 15px;
	font-size: 1.4rem;
}

.survey_list li h3 { color: #865e8f; font-size: 2rem; margin: 15px 0; text-align: center;}

.survey_ichiran { display: flex; flex-wrap: wrap; justify-content: center; gap:15px; width: 80%;
    margin: 0 auto; }
.survey_ichiran li {
	display: flex;
    width: calc((100% - 15px * 4) / 5);
    flex-direction: column;
    align-items: center;
	justify-content: center;    
	font-size: 1.4rem;
	border:solid 2px #865e8f;
	border-radius: 10px;
}

.survey_ichiran li a {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    align-content: space-around;
    flex: 1;
    width: 100%;
	padding: 10px;transition: all .3s ease;
}
.survey_ichiran li a:hover { background-color: #f1edf3; border-radius: 10px; }
.survey_ichiran li h3 { color: #865e8f; font-size: 2rem; text-align: center;}

.servey_box {
    display: flex;
    flex-wrap: wrap;
    background-color: #f1edf3;
    border-radius: 10px;
    margin: 40px 0;
    padding: 20px;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.servey_box .img_box { width: 38%; }
.servey_box .img_box img { border-radius: 10px; }
.servey_box .txt_box { width: 60%; }
.servey_box .txt_box h4 { font-size: 2rem; margin-bottom: 20px; color: #ed145b; }
.servey_box .txt_box h4 img {
	display: inline-block;
    width: 40px;
    vertical-align: middle;
}

@media not screen and (min-width: 769px) {
	.survey_list li {
	display: flex;
    width: calc((100% - 15px * 1) / 2);
    background-color: #f5f5f5;
    flex-direction: column;
    align-items: center;
    padding: 15px;
	font-size: 1.4rem;
}
}

.faq_list {
    margin: 40px 0;
}

.faq_list dt {
    background-color: #f1edf3;
    border-bottom: 2px solid #865e8f;
    color: #865e8f;
    font-size: 2.2rem;
    font-weight: 900;
    padding: 40px 40px 40px 80px;
    position: relative;
}

.faq_list dt:before {
    align-items: center;
    background-color: #865e8f;
    border-radius: 100px;
    color: #fff;
    content: "Q";
    display: flex;
    height: 40px;
    justify-content: center;
    left: 20px;
    padding: 10px;
    position: absolute;
    top: 30px;
    width: 40px;
}

.faq_list dd {
    background-color: #f1edf3;
    margin-bottom: 40px;
    padding: 40px 40px 40px 80px;
    position: relative;
}
.faq_list dd:before {
    color: #865e8f;
    content: "A";
    font-size: 2.4rem;
    font-weight: 900;
    left: 30px;
    position: absolute;
    top: 40px;
}
.faq_list dd .mail_bt {
    background-color: #865e8f;
    padding: 8px 12px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    border-radius: 50px;
	line-height: 1;
    transition: all .3s;
}
.faq_list dd .mail_bt:before {
    content: "";
    background-image: url(../images/mail_icon_1.png);
    display: inline-block;
    width: 15px;
    height: 10px;
    vertical-align: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.faq_list dd .mail_bt:hover { opacity: 0.5; }

.price_list {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 60px;
}

.price_list:last-of-type {
	margin-bottom: 20px;
}

.price_list dt {
    align-items: center;
    background-color: #865e8f;
    border-radius: 10px 0 0 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding: 20px;
    width: 20%;
}

.price_list dd {
    background-color: #fff;
    border-radius: 0 10px 10px 0;
    display: flex;
    margin-bottom: 20px;
    padding: 20px;
    width: 80%;
	border: solid 2px #865e8f;
}


@media not screen and (min-width: 769px) {
	.price_list dt {
		width: 25%;
	}
	.price_list dd {
		width: 75%;
	}
}

@media not screen and (min-width: 481px) {
	.price_list dt {
    align-items: center;
    background-color: #865e8f;
    border-radius: 10px 10px 0 0;
    color: #fff;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    padding: 20px;
    width: 100%;
}

.price_list dd {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    display: flex;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
	border: solid 2px #865e8f;
}
}

#contact { background-image: url("../images/contact_bg.jpg"); background-position: center;  }
#contact .main-content {		
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-content: center;
}
@media screen and (min-width: 1025px) {
	#contact .main-content {
		min-height: 500px;
	}
}
#contact h3 { font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: 500; font-size: 4rem; margin-bottom: 20px;  text-align: center; color: #fff; }
#contact h4 { font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: 500; font-size: 3rem; margin-bottom: 20px;  text-align: center; color: #fff; }
#contact p {  font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: 500; color: #fff; }
.contact_tel a {  font-family: 'IBM Plex Sans Devanagari', sans-serif; font-weight: 500;font-size: 4.8rem; color: #fff; line-height: 1; transition: all .5s; }
.contact_tel a:hover { opacity: .5}
.contact_tel { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.contact_tel::before { 
	content: "";
    width: 60px;
    height: 60px;
    display: inline-block;
    background-image: url(../images/tel_icon_w.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}

@media not screen and (min-width: 1025px) {
	#contact h3 { font-size: 3.6rem; }
	#contact .main-content {
		min-height: 400px;
		padding: 15px;
	}
	.contact_tel { padding: 10px;  }
	
}

@media not screen and (min-width: 767px) {
	#contact h3 { font-size: 2.4rem; }
	#contact h4 { font-size: 1.8rem; }
	#contact p.mt40 { margin-top: initial!important}	
	
	.contact_tel a { font-size: 3.6rem; }
	.contact_tel::before {
		width: 40px;
		height: 40px;
	}
	.contact_form_bt {
    padding: 10px 20px;
    font-size: 1.8rem;
	}
}

.youtube {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media not screen and (min-width: 767px) {
	.gmap {
		width: 100%;
		position: relative;
		padding-top: 56.25%;
	}
	
	.gmap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

.list01 { margin: 40px 0;}
.list01 li { background-color: #eee; padding:15px 20px; border-radius: 100px; margin-bottom: 20px; font-size: 1.6rem; font-family: 'Noto Sans JP', sans-serif; font-weight: 700;  }
.list01 li span { color: #0491c6; }

.list02 { margin: 40px 0;}
.list02 li { padding: 0 0 0 45px; margin-bottom: 20px; font-size: 1.6rem; font-family: 'Noto Sans JP', sans-serif; font-weight: 500; color: #000;  }
.list02 li:before {
	content: "";
    background-image: url(../images/icon01.png);
    width: 30px;
    height: 30px;
    background-size: cover;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    margin-left: -40px;
}
.decimal_list ol { margin-left: 25px; }
.decimal_list li { list-style-type: decimal; margin-bottom: 15px; }

@media not screen and (min-width: 668px) {
	.list01,.list02 { margin: 20px 0;}
	.list01 li { background-color: #eee; padding:15px 20px; border-radius: 20px; margin-bottom: 20px; font-size: 1.6rem; font-family: 'Noto Sans JP', sans-serif; font-weight: 700;  }	
}

/*title*/
.title01 { text-align: center; margin-bottom: 40px; }
.title01 h3 {
  position: relative;
  padding: 1.5rem 1rem;
	display: inline-flex;
	font-size: 2.8rem;
}

.title01 h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #865e8f, #865e8f 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #865e8f, #865e8f 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.title02 {
  padding:0 2rem;
  border-left: 10px solid #865e8f;
	font-size: 2.8rem;
	margin-bottom: 20px;
}

@media not screen and (min-width: 481px) {
	.title01 h3 {
		font-size: 2rem;
	}
}

/*table*/
.legal_notice {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #ccc;
	border-left: 0px solid #e3e3e3;
}

.legal_notice th {
	background: initial;
	color: #000;
	font-size: 1.6rem;
	text-align: left;
	vertical-align: middle;
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	padding: 13px 15px;
	border-right: 0px solid #e3e3e3;
	border-bottom: 1px solid #ccc;
	width: 15%;
}

.legal_notice td {
	background: initial;
	color: #000;
	font-size: 1.6rem;
	padding: 13px 15px;
	border-right: 0px solid #e3e3e3;
	border-bottom: 1px solid #ccc;
}

.form {
	border-collapse: collapse;
	width: 100%;
	margin: 40px auto;
	padding: 0;
	border-top: 1px solid #000;
	border-left: 0px solid #e3e3e3;
}

.form th {
	background: initial;
	color: #000;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	padding: 13px 15px;
	border-right: 0px solid #e3e3e3;
	border-bottom: 1px solid #000;
	width: 35%;
}

.form td {
	background: initial;
	color: #000;
	font-size: 14px;
	padding: 13px 15px;
	border-right: 0px solid #e3e3e3;
	border-bottom: 1px solid #000;
}

.must {
    background-color: #c00;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    margin-left: 10px;
    padding: 5px 10px;
}

/* 1024px 未満 */
@media not screen and (min-width: 1025px) {
	.legal_notice th {
		width: 20%;
	}
}

@media not all and (min-width: 767px) {
	.legal_notice th { display: block; width: 100%; border-bottom: 0; padding:10px 0 0 0 ; }
	.legal_notice td { display: block; width: 100%; padding:10px 0; }
	.form th { display: block; width: 100%; border-bottom: 0; padding-bottom: 0; }
	.form td { display: block; width: 100%; }
}

/* ページトップへ戻る */
#page-top {
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 1.2rem;
	z-index: 999;
	margin: 0!important;
}
#page-top a {
    background: #865e8f;
    text-decoration: none;
    color: #fff;
    width: 42px;
	height: 42px;
    display: flex;
	justify-content: center;
	align-items: center;
}

/* 1201px 以上 */
@media screen and (min-width: 1201px) {
	#page-top a:hover { text-decoration: none; background: #c2b0c8; }
}

@media not screen and (min-width: 1025px) {
	#page-top { bottom: 0; }
}

@media not screen and (min-width: 768px) {
	#page-top { bottom: 0; }
}

.bt_list { display: flex; flex-wrap:wrap; }
.bt_list > li { padding: 10px; }
.bt_list > li > a {
	border: solid 2px #b30022;
	color: #000;
	padding: 5px 10px;
	border-radius: 100px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400; font-size: 1.4rem;  display: flex; align-items: center; transition: all .3s;  }
.bt_list > li > a::before { content:""; width: 10px; height: 16px; display: inline-block; background-image: url("../images/arrow01.png"); background-size: cover; margin-right: 5px; }
.bt_list > li > a:hover { background-color: #b30022; color: #fff;}
.bt_list > li > a:hover::before { content:""; width: 10px; height: 16px; display: inline-block; background-image: url("../images/arrow01_w.png"); background-size: cover; margin-right: 5px; }

.bt01 {	
	color: #fff;
	padding: 10px 40px;
	border-radius: 100px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 2rem; 
	display: inline-flex;
	align-items: center;
	transition: all .3s;
	background-color: #865e8f;
}
.bt01::before { content:""; width: 10px; height: 16px; display: inline-block; background-image: url("../images/arrow01_w.png"); background-size: cover; margin-right: 5px; }
.bt01:hover { background-color: #c2b0c8; color: #fff;}

.bt02 {	
	color: #fff;
	padding: 8px 20px;
	border-radius: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.6rem; 
	display: inline-flex;
	align-items: center;
	transition: all .3s;
	background-color: #865e8f;
}
.bt02::before { content:""; width: 10px; height: 16px; display: inline-block; background-image: url("../images/arrow01_w.png"); background-size: cover; margin-right: 5px; }
.bt02:hover { background-color: #c2b0c8; color: #fff;}

.contact_bt { background-color: #0096da; padding: 8px 12px; color: #fff; display: inline-flex; align-items: center; text-align: center; font-family: 'Zen Maru Gothic', serif; font-weight: 700; font-style: normal; font-size: 1.5rem; border-radius: 50px; transition: all .3s; }
.contact_bt:before { 
	content: "";
	background-image: url("../images/mail_icon_1.png");
	display: inline-block;
	width: 20px;
	height: 15px;
	vertical-align: bottom;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 5px;
}
.contact_bt:hover { opacity: 0.5; }

.contact_form_bt { background-color: #0096da; padding: 10px 40px; color: #fff; display: inline-flex; align-items: center; text-align: center; font-family: 'Noto Sans JP', sans-serif; font-weight: 500;
	font-size: 2.4rem; border-radius: 50px; transition: all .3s; }
.contact_form_bt::before { 
	content: "";
	background-image: url("../images/mail_icon_1.png");
	display: inline-block;
	width: 30px;
	height: 23px;
	vertical-align: bottom;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 5px;
}
.contact_form_bt:hover { background-color: #68c0e8;  }

.form_bt {
    color: #666;
    padding: 10px 40px;
    border-radius: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    display: inline-flex;
    align-items: center;
    transition: all .3s;
    background-color: #ccc;
    border: solid 1px #ccc;
}

.form_bt:hover { background-color: #c2b0c8; color: #fff;}

@media not screen and (min-width: 769px) {
	.contact_form_bt { background-color: #0096da; padding: 10px 20px; color: #fff; display: inline-flex; align-items: center; text-align: center; font-family: 'Noto Sans JP', sans-serif; font-weight: 500;
	font-size: 1.8rem; border-radius: 50px; transition: all .3s; }
	.bt01 { font-size: 1.4rem; }
}

.mt60 { margin-top: 60px!important; }
.mb60 { margin-bottom:60px!important;}
