@charset "utf-8";

/* カラー
#5271FF
#FF7851
#FFDF51
*/

body {
	margin: 0px;padding: 0px;
	color: #333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: sans-serif;
	font-size:16px;
	line-height: 2;
	background: #fff;
	-webkit-text-size-adjust: none;
	background: #f9f9f9;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form{margin: 0px;padding: 0px;font-size:100%;font-weight: normal;}
textarea,select,input[type="text"],input[type="checkbox"],input[type="radio"],input[type="button"],input[type="submit"]{font-size:100%;}
h1,h2,h3,h4,#menubar {font-family:"游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro";	font-family: sans-serif;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size:100%;border-spacing: 0;}
iframe {width: 100%;}
p{color:#383838;}

/*画像ブロック*/
.mainimg {
	clear: left;
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	background: white;
	
}
.slide1,.slide2,.slide3 {
	animation-duration: 15s;	/*実行する時間。「s」は秒の事。*/
	animation-iteration-count:infinite;		/*実行する回数。「infinite」は無限に繰り返す意味。*/
	position: absolute;left:0px;top:0px;width: 100%;height: auto;
	animation-fill-mode: both;
	animation-delay: 1s;
}
.slide0 {
	position: relative;
	width: 100%;
	max-width:1200px;
	height: auto;
	object-fit: cover;
    height: 300px;
}

/**/
a {
	color: #333;
	transition: 0.5s;
}
a:hover {
	color: #5271FF;	
	text-decoration: none;
}
.inner {
	max-width: 1200px;
	margin: 0 auto;
}
header{
	background: #fff;
}
header .inner {
	position: relative;
	height: 115px;
}
header #logo img {
	width: 350px;
	position: absolute;
	left: 3%;
	top: 18px;
}
#fsize {
	position: absolute;
	right: 3%;
	top: 0px;
	width: 250px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.15);
	border-radius: 0px 0px 4px 4px;
	line-height: 50px;
	padding: 10px 0px;
}
#fsize p {
	float: left;
	font-size:18px;
	padding: 0 20px;
}
#fsize ul li {
	float: left;
}
#fsize ul a {
	overflow: hidden;display: block;text-decoration: none;text-align: center;
	color: #fff;
}
#fsize ul li#small a::before {
	display: block;
	content: "小";
	font-size:18px;
	background: #5271FF;
	width: 40px;
	line-height: 40px;
	margin-top: 5px;
	margin-right: 10px;
}
#fsize ul li#large a::before {
	display: block;
	content: "大";
	font-size:30px;
	background: #ccc;
	width: 50px;
	line-height: 50px;
}
#fsize ul li#large a:hover::before {
	background: #5271FF;
}
#headermenu {
	position: absolute;
	right: 3%;
	/* bottom: 15px; */
	top: 22.5px;
}
#headermenu li {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}
/* #headermenu li a {
	text-decoration: none;display: inline-block;
	background: #ff8a00;
	background: linear-gradient(#ffa600, #ff8a00);
	color: #FFF;
	padding: 0px 15px;
	border-radius: 4px;
	border: 1px solid #ff8a00;
}
#headermenu li a:hover {
	color: #ff8a00;
	background: #fff;
} */
#menubar {
	clear: both;overflow: hidden;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-size:15px;
	background: #fff;
}
#menubar li {
	float: left;
	width: 20%;
}
#menubar li a {
	display:  block;text-decoration: none;
	text-align: center;
	padding: 15px 0;
}
#menubar li a:hover,
#menubar li.current a {
	background: #5271FF;
	color: #fff;
}
#menubar-s {display: none;}
#menubar_hdr {display: none;}
#menubar ul.ddmenu {
	position:absolute;visibility: hidden;z-index: 10;margin-top: 1px;
	width: 20%;
}
#menubar ul.ddmenu li {
	float: none;
	width: 100%;
}
#menubar ul.ddmenu li a {
	width: 100%;border: none;
	background: #4c4c4c;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 6px 0;
	border-bottom: 1px solid #fff;
}
#menubar ul.ddmenu li a:hover {
	background: #5271FF;
}
.contents {
	clear: both;overflow: hidden;
	padding: 50px 0px;
}
.contents h2 {
	clear: both;
	margin-bottom: 30px;
	padding: 10px 20px;
	border: 1px solid #e5e5e5;
	font-size:130%;
	background: #fff;
	background: linear-gradient(#fff 50%, #e7edf7);
	box-shadow: 0px 0px 3px 1px #fff inset;
	letter-spacing: 0.1em;
}
.contents h2::first-letter {
	border-left: 3px solid #5271FF;
	padding-left: 20px;
}
.contents h3 {
	clear: both;
	margin-bottom: 30px;
	padding: 0px 20px;
	border-bottom: 1px solid #ccc;
	font-size:130%;
	letter-spacing: 0.1em;
}
.contents h3::first-letter {
	border-left: 3px solid #5271FF;
	padding-left: 20px;
}
.contents h4 {
	font-size:130%;
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
.contents p {
	padding: 0px 20px 40px;
}
.contents p + p {
	margin-top: -20px;
}
.contents h2 + p,
.contents h3 + p,
.contents h4 + p {
	margin-top: -10px;
}
.list {
	overflow: hidden;position: relative;
	margin: 0 2% 30px;
	transition: 0.5s;
	padding: 4%;
}
.list a {
	overflow: hidden;text-decoration: none;display: block;
}
.list h4 {
	padding: 0;border: none;
	font-size:150%;
	color: #333333;
	line-height: 1.2em;
	/* height: 1em;overflow: hidden; */
	margin-bottom: 0.5em;
}
.list p {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.8;
	/* overflow: hidden; */
}
.list figure img {margin: 0 0 4% 0;}
.list figure img.fr {
	width: 30%;
	float: right;
	margin: 0 0 0 4%;
}
.list figure img.fl {
	width: 30%;
	float: left;
	margin: 0 4% 0 0;
}
.c2 .list {float: left;padding: 3%;width: 40%;}
.c2 .list h4 {font-size:130%;}
.c2 .list p {height: 5.4em;}
.c3 .list {float: left;padding: 2%;width: 25.3%;}
.c3 .list h4 {font-size:110%;}
.c3 .list p {font-size:90%;}
.c3 .list a::before {width: 20px;line-height: 20px;font-size:12px;}

.main {
	float: left;
	width: 72%;
	overflow: hidden;
}
.sub {
	float: right;
	width: 24%;
}
.sub h2 {
	background: none;border: none;box-shadow: none;padding: 0;letter-spacing: normal;
	font-size:120%;
	margin-bottom: 20px;
}
.sub h2::first-letter {padding-left: 15px;}
.sub p {padding-bottom: 10px;}
.sub ul.submenu {
	margin-bottom: 20px;
	border-top: solid 1px #e5e5e5;
}
.sub ul.submenu li {border-bottom: solid 1px #e5e5e5;}
.sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}
.sub .box1 {
	padding: 15px;	
	margin-bottom: 20px;
	border: solid 1px #e5e5e5;
}
.sub .box1 ul.submenu {
	margin-bottom: 0px;
}
footer {
	clear: both;
	font-size:85%;
	background: #fff;
	color: #383838;
	border-top:solid 1px #e5e5e5;
}
footer a {
	text-decoration: none;
	color: #383838;
}
footer .pr {
	display: block;
	font-size:90%;
}
#footermenu {
	overflow: hidden;
	padding: 20px 0;
	font-size:90%;
}
#footermenu ul {
	float: left;
	width: 18%;
	padding-right: 1%;
	padding-left: 1%;
}
#footermenu a {
	color:#383838;
}
#footermenu a:hover {
	color: #fff;
}
#copyright {
	clear: both;
	text-align: right;
	border-top:solid 1px #e5e5e5;
	padding: 20px 5% 20px 0;
	background: white;
}
#copyright small{
	font-size:70%;
}
#new dl {
	padding: 0 20px;
	margin-bottom: 20px;
}
#new dt {
	float: left;
	width: 9em;
	color: #5271FF;
	letter-spacing: 0.1em;
}
#new dd {
	padding-left: 9em;
	border-bottom: 1px solid #e5e5e5;
}
.faq {
	padding: 0px 20px;
}
.faq dt {
	color: #5271FF;
	padding-top: 15px;
	margin-bottom: 10px;
}
.faq dd {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding-bottom: 15px;
}
.faq dt::before,
.faq dd::before {
	margin-right: 5px;display: inline-block;text-align: center;
	width: 30px;
	line-height: 30px;
}
.faq dt::before {
	content: "Q";	
	background: #5271FF;
	color: #fff;	
}
.faq dd::before {
	content: "A";
	background: #999;
	color: #fff;
}
.ta1,
.ta2 {
	width: 96%;
	margin: 0 2% 30px;
}
.ta1, .ta1 td, .ta1 th,
.ta2, .ta2 td, .ta2 th {
	border: 1px solid #999;
	line-height: 2;
	padding: 10px;
	word-break: break-all;
}
.ta1 th.tamidashi,
.ta2 th.tamidashi {
	width: auto;
	text-align: left;
	background: #cce6f6;
	font-weight: bold;
}
.ta1 th {
	width: 150px;
	text-align: center;
	background: #f0f0f0;
	font-weight: normal;
}
.ta1 th img {width: 100%;}
.ta2 th {background: #fffeba;}
.ta2 td {text-align: center;}
.ta1.price td {text-align: right;}
.ta1.price tr.total th {
	background: #b7e0ee;
	font-size:150%;
}
.ta1.price tr.total td {
	background: #deeff4;
	font-weight: bold;
	font-size:150%;
}
input[type="submit"].btn,
input[type="button"].btn {
	padding: 15px;
	margin-bottom: 30px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: linear-gradient(#fff, #eee);
}
input[type="submit"].btn:hover,
input[type="button"].btn:hover {
	border: 1px solid #999;
	background: #fff;
	position: relative;top: 1px;left: 1px;
}

#pagetop {
	clear: both;
	padding-top: 40px;
}
#pagetop a {
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	color: #fff;
	font-size:20px;
	background: #5271FF;
	width: 60px;
	line-height: 60px;
	margin-bottom: 20px;
}
#pagetop a:hover {
	/* background: #333; */
	opacity: 0.9;
}
span.option1, span.option2 {
	text-align: center;
	display: block;
	font-size:10px;
	width: 100px;
	position: absolute;
	right: 0px;
	top: 0px;
	transform: rotate(45deg) translate(32px,-9px);
	color: #FFF;
	background: #666;
}
span.option1 {
	color: #FFF;
	background: #F00;
}
h2 span.option1, h2 span.option2 {
	text-shadow: none;
	width: auto;
	padding: 2px 5px;
	position: static;
	transform: none;
	display: inline-block;
	font-size:15px;
	margin-left: 10px;
}
.newicon {
	background: #F00;
	color: #FFF;
	font-size:70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}
.bg1 {
	background: #f4f2ea url(../images/bg1.png);
}
.look {background: #eee;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb30 {margin-bottom: 30px !important;}
.p0 {padding:0 !important;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #F00;}
.pr {font-size:10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.l {text-align: left !important;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size:150%;}
.mini1 {font-size:11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}
@media screen and (min-width:1200px){
	.inner {width: 1200px;}
	#menubar li, #menubar ul.ddmenu {width: 240px;}
}
@media screen and (max-width:800px){
.inner {width: auto;}
header #logo img {width: 250px;}
#fsize {display: none;}
#menubar-s {
	display: block;overflow: hidden;
	position: absolute;
	border-top: 1px solid #fff;
	width: 100%;
	z-index: 10;
	animation-name: menu1;
	animation-duration: 0.5S;
	animation-fill-mode: both;
}
#menubar-s li a {display: block;text-decoration: none;padding: 10px 5%;border-bottom: 1px solid #fff;background: #5271FF;color: #fff;font-size:130%;}
#menubar {display: none;}
#menubar_hdr {display: block;position: absolute;top: 15px;right: 15px;}
#menubar_hdr.close,#menubar_hdr.open {width: 40px;height: 40px;border: 1px solid #000;border-radius: 7.5px;}
#menubar_hdr.close {background: #fff url(../images/icon_menu.png) no-repeat center top/40px;}
#menubar_hdr.open {background: #fff url(../images/icon_menu.png) no-repeat center bottom/40px;}
.contents {padding: 3%;}
.list {
	margin: 0 !important;
	padding: 4% !important;
	float: none !important;
	width: auto !important;
	box-shadow: none;
	border-top: 1px solid #ccc;
}
.list:last-of-type {border-bottom: 1px solid #ccc;margin-bottom: 20px !important;}
.list h4 {font-size:150% !important;}
.list p {font-size:100% !important;line-height: 1.8 !important;height: auto !important;}
.main, .sub {float: none;width: auto;}
#pagetop {margin-right: 3%;}
body.s-n .sub,body.s-n #footermenu,.m-n {display: none;}
}
@media screen and (max-width:480px){
	body {font-size:14px;}
	header #logo img {width: 50%;min-width: 200px;top: 20%;}
	.contents h2, .contents h3,.contents h4 {padding: 5px 0px 5px 10px;margin-bottom: 20px;font-size:150%;}
	.contents h2::first-letter,
	.contents h3::first-letter {padding-left: 10px;}
	.contents p {padding: 0px 10px 15px;}
	.sub h2 {margin-bottom: 10px;}
	.sub .box1 {padding: 10px;	}
	#footermenu {display: none;}
	#new dl {padding-left: 10px;}
	.ta1, .ta1 td, .ta1 th {padding: 5px;}
	.ta1 th.tamidashi {font-size:14px;}
	.ta1 th {width: 100px;}
	.ws,.wl {width: 94%;}
	.big1 {font-size:16px;}
	img.fr,img.fl {float: none;margin: 0;width: 100%;}
	.sh {display:block;}
	.pc {display:none;}
}
@media screen and (min-width:481px){
	.sponly{display: none;}
	.paku{font-size:90%;padding: 0 5px;margin: 5px 0;}
	.ban{max-width: 90%;margin:25px 10%; margin-top: 65px;}
}
@media screen and (max-width:480px){
	.pconly{display: none;}
	.ban{width: 100%;margin: 25px 0%;}
	header .inner {position: relative;height: 85px;}
	.paku{border-top: solid 1px #ccc;font-size:90%;padding: 0 5px;padding-top: 15px;margin: 5px 0;}
}
@media screen and (min-width:801px){
	.s_headermenu{display: none;}
}
@media screen and (max-width:800px){
	.s_headermenu{max-width: 80%;margin: 0 auto 15px;}
	header .inner {position: relative;height: 110px;}
	#headermenu{display: none;}
}
@media screen and (max-width:600px){
	header .inner {position: relative;height: 85px;}
}
@media screen and (max-width:1050px){
	/* #headermenu{width: 55%;} */
	#headermenu li{width: 150px;margin-bottom: 25px;}
	header #logo img{width: 35%;}
}
@media screen and (max-width:900px){
	/* #headermenu{width: 55%;} */
	#headermenu li{width: 120px;margin-bottom: 25px;}
	header #logo img{width: 40%;}
}
.footer_navs .footer_navs_list {
    text-align: left;
}
.footer_navs .footer_navs_list li {
    color: #444;
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
}
.footer_navs .footer_navs_list a {
    color: #666;
    padding: 1.5% 5%;
    display: block;
    width: 100%;
    height: 100%;
    font-size:14px;
    box-sizing: border-box;
}
#menubar .inner li{line-height: 1;}
#menubar .inner li span{font-size:75%;font-style: oblique;}
.mb20{margin-bottom: 20px;}
.ftr{
	margin-bottom: 20px;
}
.ftr span{
	font-size:150%;
	font-weight: bold;
	color: #111;
}
/* .footer_navs .footer_navs_list a{color: white;} */
.footer_navs .footer_navs_list a{color: black;}

/* 2024/03/18 追加 */
.servicebtn{width:100%;text-align:center;}
.servicebtn button{background:#FFDF51;color:#483F17;padding:10px 25px;margin:5px auto;font-weight:normal;font-size:100%;cursor: pointer;border-radius: 5px;border:none;white-space: nowrap;
    box-shadow: 0px 7px 20px rgba(56, 57, 197, 0.2);
    transition: all .4s ease 0s;}
.servicebtn button a{text-decoration: none;color:#483F17;}
.servicebtn button:hover{opacity: 0.7;transition: 0.5s;}
ul.nakayoseli li{
	width:95%;
	padding:12px;
	background:#eee;
	margin-bottom:10px;
	text-align:center;
	font-weight:bold;
}
ul.nakayoseli li:last-child{
	margin-bottom:30px;
}
#footermenu a:hover{color:#333;}




