*{
	font-family: 'Noto Sans JP','メイリオ','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",sans-serif;
}

*:before,
*:after{
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

h1,h2,h3,h4{
	font-family: 'Noto Sans JP','メイリオ','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",sans-serif;
}

p{
	/*color: #535151;*/
	color: #000;
}

a{
	text-decoration: none!important;
}

a.org-child-a{
	color: #fff!important;
}

.meirio{
	font-family: 'メイリオ','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",sans-serif!important;
}

.noto{
	font-family: 'Noto Sans JP','メイリオ','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",sans-serif;
}

.noto-s{
	font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}

.outfit{
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.hiragino{
	font-family:'メイリオ','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",sans-serif;
}


/*@font-face {
    font-family: 'kokoro';
	src: url('../font/Kokoro.woff2') format("woff2");
	font-display: swap;
}

@font-face {
	font-family: "kokoro-ie";
	src: url("../font/Kokoro.eot.eot");
	src: url("../font/Kokoro.eot.eot?") format('embedded-opentype'),
	url("../font/Kokoro.woff") format('woff'),
	url("../font/Kokoro.otf") format('opentype');
	font-style: normal;
	font-weight: normal;
	font-display: swap;
}

.o-kokoro{
	font-family: 'kokoro', 'kokoro-ie', 'Yu Mincho';
	-ms-font-feature-settings: "normal";
	font-weight: normal;
}*/

.o-black{
	color: #000!important;
}

.o-bg-black{
	background: #000;
}

.o-bg-gray{
	background: #f7f7f5;
}

span{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

/*.bk-add{
    background: rgba(255,255,255,1);
}*/

section{
	overflow: hidden;
}

.o-visible{
	overflow: visible;
}

.fuwa_anime{
	animation: fuwafuwa 2s infinite ease-in-out;
}

@keyframes fuwafuwa{
 0%{
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -15px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.o-relative{
	position: relative;
	z-index: 1;
}



/*common input******************************************************************************/
input::placeholder,
textarea::placeholder{
	font-family: 'Noto Sans JP','メイリオ','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	color: #b4b5b5!important;
	opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	font-family: 'Noto Sans JP','メイリオ','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",sans-serif;
	color: #b4b5b5!important;
}

/* IE */
input:-ms-input-placeholder,
textarea::-ms-input-placeholder{
	font-family: 'Noto Sans JP','メイリオ','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	color: #b4b5b5!important;
	opacity: 1;
}

/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder{
	font-family: 'Noto Sans JP','メイリオ','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	color: #b4b5b5!important;
	opacity: 1;
}

.zinput label::before {
	box-shadow: inset 0 0 0 0px #036eb8, 0 0 0 0 #000;
}

.zinput.zcheckbox input[type="checkbox"]:checked + label::before {
    box-shadow: inset 0 0 0 20px #036eb8, 0 0 0 0 #036eb8;
}

/*common flex******************************************************************************/
.o-flex{
	display: flex;
}

.o-flex-not-sp{
	display: block;
}

.o-between{
	justify-content: space-between;
}

.o-center{
	justify-content: center;
}

.o-item-center{
	align-items: center;
}

.o-item-top{
	align-items: flex-start;
}




/*common padding margin******************************************************************************/
.o-box-sizing{
	box-sizing: border-box;
}





/*common h,p color hover*********************************************************************/

.selected{
	color: #f39700!important;
}

.o-red{
	color: #e50011;
}

/*one block*********************************************************************/
.o-one-block{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	white-space: nowrap;
	display: inline-block;
}


/*header******************************************************************************/
header{
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	padding: 3px 10px 0 10px;
	height: 60px;
	box-sizing: border-box;
	/* background: #000; */
	/* background: rgba(255,255,255,0.5); */
}

.o-hd-kicon{
    width: 50px;
}

div.wrapper{
	position: relative;
	z-index: 100;
}

/*side*/
.org-side-link{
	/*font-size: 20px;
	line-height: 30px;*/
	font-size: 14px;
	line-height: 22px;
	/*color: #535151!important;*/
	color: rgba(255,255,255,.9);
	font-weight: 400;
	text-decoration: none!important;
	transition: .3s;
	text-align: left;
	display: block;
	color: #fff;
}

.navi_item{
	margin-bottom: 20px!important;
}

span.org-side-link{
	color: rgba(255,255,255,.9);
}

.org-side-link2{
	font-size: 14px;
	line-height: 22px;
}

.org-side-link2-txt{
	font-size: 14px;
	line-height: 22px;
	color: rgba(255,255,255,.9);
	font-weight: 500;
	text-decoration: none!important;
	transition: .3s;
}

.org-side-link2-txt:active{
	color: 036eb8;
}

.org-side-inh{
	font-family: inherit;
	font-size: inherit;
	color: #fff;
	transition: .3s;
}

.org-side-link:focus span{
	color: #fff;
}

.org-side-link:hover span,
.org-side-link:active span{
	color: #f39700;
}

.el_spChildNavOpen_wrapper:active .el_spChildNavOpen_wrapper:before,
.el_spChildNavOpen_wrapper:active .el_spChildNavOpen_wrapper:after{
	background-color: #036eb8;
}


/*common********************************************************************************/
/*.o-light{
	font-weight: 300;
}*/

.o-mid{
	font-weight: 500;	
}

.head-right{
	/* display: flex; */
	flex-wrap: wrap;
	align-items: center;
}

/*common********************************************************************************/
.o-container{
	/*width: 90%;
	max-width: 90%;*/
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}


/*footer*****************************************************************************/
footer{
	width: 100%;
	background: #c30d22;
}

.o-foot-bk{
	width: 100%;
	padding-top: 0;
}

.o-foot-container{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.o-foot-container .o-flex{
	flex-wrap: wrap;
}

.o-copy-txt{
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	margin: 0;
	color: #000;
}

.accordion{
  margin-top: 10px;
}

.accordion__container{
  width: 100%;
  margin: 0 auto;
}

.accordion__title {
  /* border-top: 1px solid #dcdddc; */
  color: rgba(255,255,255,.9);
  font-size: 14px;
  line-height: 22px;
  padding: 15px 0 15px 35px;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.accordion__title::before,
.accordion__title::after{
  content: '';
  display: block;
  background-color: rgba(255,255,255,.9);
  position: absolute;
  top: 50%;
  width: 15px;
  height: 1px;
  left: 8px;
}

.accordion__title::after {
  transform: rotate(90deg);
  transition-duration: 0.3s;
}

.accordion__title.is-active::before {
  opacity: 0;
}

.accordion__title.is-active::after {
  transform: rotate(0);
}

.accordion__content{
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 1.5em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.3s;
}

.accordion__content.is-open{
  padding: 0.625em 1.5em;
  line-height: normal;
  height: auto;
  opacity: 1;
}

/*サイド用*/
.o-side-acco::before,
.o-side-acco::after{
  content: '';
  display: block;
  background-color: rgba(255,255,255,.9);
  position: absolute;
  top: 50%;
  width: 15px;
  height: 1px;
  right: 8px;
  left: auto;
}

.o-side-acco{
	padding-left: 0;
}

.o-side-ac-con.is-open{
	padding: 0.625em 1.5em 0.625em 0;
}
/*ここまで*/

.o-sp-f{
	position: relative;
	box-sizing: border-box;
	padding-left: 15px;
}

.o-sp-ft-ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.o-sp-ft-ul li{
	/* border-top: 1px solid #dcdddc; */
	box-sizing: border-box;
	padding: 10px 0;
}

.o-ft-sb-li{
	border-top: none!important;
}

.o-ft-sb-li:first-child{
	padding-top: 0;
}

.o-lt-ft-li{
	border-bottom: 1px solid #dcdddc;
}

.o-ft-sp-h2{
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	font-weight: 500;
	color: #000;
	margin-bottom: 30px;
}

.o-ft-sp-txt{
	font-size: 13px;
	text-align: center;
}

.o-palt{
	font-feature-settings: "palt";
}

.org-h-right-b{
    width: 40px;
}

[class^=o-btn]{
  /* position: relative; */
  /* display: block; */
  /* overflow: hidden; */
  /* width: 100%; */
  /* height: 74px; */
  /* max-width: 255px; */
  /* margin: 1rem auto; */
  /* text-transform: uppercase; */
  /* border: 1px solid #036eb8; */
  /* border-radius: 7px; */
  /* box-sizing: border-box; */
  /* padding: 15px 20px; */
  /* font-size: 16px; */
  /* text-align: left; */
}

.o-palla{
    position: sticky;
    top: 0;
    left: 0;
    z-index: -1;
}

.o-white-bk{
    background: #fff;
}

/**************************add asashi************************************/
.o-head-mail{
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #000;
	color: #fff;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}

/*mega menu*/
.header-item {
  transition: background-color .3s;
}
/*.header-item:hover {
  background-color: #f39700; 
}*/

.header-item a {
  color: #fff;
  display: block;
  padding: 20px;
}

.header-item:hover a,
.o-head-mail:hover{
 color: #f39700;
}

.megaMenu {
  background-color: #0073a0;
  height: 0;
  left: -15px;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  top: 45px;
  transition: height .3s;
  width: 100vw;
}
.megaMenu-list {
  padding-bottom: 30px;
  padding-top: 35px;
}
.megaMenu-item {
  display: inline-block;
}
/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu {
  height: 90px;
}

.megaMenu-item a{
	padding: 0 15px;
}

.megaMenu-item a i{
	margin-left: 10px;
}

/*add kuroki*/
.o-head{
    transition: .4s;
	background: #c30d22;
}

.o-main-img-bk{
	background: url(../img/top-main-img-bk.jpg);
}

.o-bk-c1{
	background: #fbf8f4;
}

.o-18txt{
	font-size: 18px;
	line-height: 35px;
	text-align: justify;
	margin-bottom: 0;
}

.o-15txt{
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 0;
}

.o-15-ind{
	box-sizing: border-box;
	padding-left: 15px;
	text-indent: -15px;
}

.o-18-ind{
	box-sizing: border-box;
	padding-left: 18px;
	text-indent: -18px;
}

.o-c-orange{
	color: #ea5414;
}

.o-c-redb{
	color: #c30d22;
}

.o-bold{
	font-weight: 600;
}

.o-f-16txt{
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}


.o-foot-site{
	font-size: 28px;
	line-height: 34px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
}

.o-foot-comp{
	
}

.o-foot-l{
    width: 100%;
    padding-left: 0;
    padding-top: 45px;
    order: 2;
}

.o-foot-r{
    width: 100%;
    padding-left: 0;
    padding-top: 45px;
    order: 1;
}

.o-foot-btn-ob{
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
}

.o-foot-inq-txt,.o-foot-inqbtn{
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	font-weight: 600;
}

.o-foot-inq-txt{
	color: #000;
}

.o-foot-inqbtn{
	display: block;
	max-width: 524px;
	margin: 10px auto 0 auto;
	background: #c30d22;
	color: #fff!important;
	box-sizing: border-box;
	padding: 5px;
	border-radius: 5px;
	transition: .3s;
	
}

.o-foot-inqbtn:hover,.o-foot-inqbtn:active{
	opacity: .7;
}

.o-foot-copy-ob {
    width: 100%;
    margin: 35px 0 15px 0;
    order: 3;
}

.o-copy-txt{
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 0;
    color: #fff;
    font-weight: 500;
}

/*pan*/
.o-pan-wrapper{
    width: 100%;
    height: 40px;
}

.o-pan-b{
    margin: auto;
    /* max-width: 1110px; */
    line-height: 40px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.o-pan-b ul{
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
}

.o-pan-b a, .o-pan-b li {
    font-size: 12px;
    color: #595757;
    text-align: left;
}

.o-pan-b li:not(:last-child) {
    position: relative;
    padding-right: 25px;
}

.o-pan-b li:not(:last-child)::after {
    content: ">";
    display: block;
    position: absolute;
    width: 9px;
    height: 15px;
    top: 0px;
    right: 7px;
    color: #717071;
}

.o-com-h1{
	font-size: 37px;
	line-height: 47px;
	text-align: center;
	margin: 0;
}

.o-com-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 50px;
	font-size: 16px;
	line-height: 23px;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 5px;
	transition: .3s;
}

.o-red-btn{
	border: solid 1px #e73828;
	color: #fff!important;
	background: #e73828;
	margin-top: 15px;
}

.o-og-btn{
	border: solid 1px #f39700;
	color: #fff!important;
	background: #f39700;
}

.o-bd-btn:hover,.o-og-btn:hover,
.o-red-btn:active,.o-red-btn:hover{
	opacity: .7;
}

.o-bk-c1{
	background: rgba(251,248,244,1);
}

.o-brown-c{
	color: #946134;
}
.o-h1-ob {
    margin-top: 50px;
    margin-bottom: 50px;
}


@media (min-width: 576px) {
.o-container,
.o-container-full{
	width: 90%;
	max-width: 540px;
	margin: 0 auto;
	padding: 0;
}

/*header***********************************************************************/
header{
	padding: 20px 10px;
	box-sizing: border-box;
	height: 70px;
}

.head-right{
	/* width: 100%; */
	/* max-width: 700px; */
}
/*footer*/
.o-foot-container{
	width: 95%;
	max-width: 95%;
}

.o-f-16txt {
    font-size: 16px;
    line-height: 26px;
}

.o-com-h1{
	/* font-size: 48px; */
	/* line-height: 54px; */
	/* text-align: center; */
	/* margin: 0; */
}
}





@media (min-width: 768px) {
/*container***********************************************************************/
.container{
    max-width: 960px;
    padding: 0;
}

/*header***********************************************************************/
.head-right{
}

.org-h-right-b{
    width: 40px;
}

button{
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

/*common********************************************************************************/
.o-container{
	width: 90%;
	max-width: 720px;
	margin: 0 auto;
	padding: 0;
}



/*footer*****************************************************************************/
footer{
	width: 100%;
}

.o-foot-container{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0;
	padding-bottom: 70px;
}

.o-foot-bk{
	width: 100%;
	padding-top: 0;
	padding-bottom: 20px;
}

.o-foot-container{
	width: 90%;
	max-width: 720px;
	padding: 0 0 20px 0;
	box-sizing: border-box;
	margin: 0 auto;
}

.o-copy-txt{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin: 0;
	color: #fff;
	font-weight: 500;
}

footer{
	margin-top: 0;
}

/*common parts*/
.o-h1-com-ti{
    font-size: 48px;
    line-height: 60px;
    color: #fff;
}

.o-main-ct-sub{
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    padding-top: 15px;
	display: block;
	color: #fff;
	text-align: center;
}

.o-h1-com-left{
	font-size: 18px;
    line-height: 20px;
	color: #595757;
	text-align: left;
	margin: 0;
}

.o-left-ct-sub{
    font-size: 48px;
    line-height: 60px;
    text-align: left;
	margin-bottom: 20px;
}

.o-palla{
    position: sticky;
	position: -webkit-sticky;
    top: 0;
    left: 0;
    z-index: -1;
}

.o-white-bk{
    background: #fff;
}

.o-foot-copy-ob{
	width: 100%;
	margin: 35px 0 15px 0;
	order: 3;
}

.o-com-h1{
	font-size: 48px;
	line-height: 54px;
	text-align: center;
	margin: 0;
}

.o-h1-ob{
    margin-top: 80px;
    margin-bottom: 90px;
}
}




@media (min-width: 992px){
/*container***********************************************************************/
.o-container{
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}

/*common********************************************************************************/
header{
	padding: 15px;
	box-sizing: border-box;
	height: 110px;
	/* background: rgba(195,14,34,1); */
	width: 100%;
	margin: 0;
	/* border-radius: 5px; */
}

.head-right{
	/*width: 47.8%;*/
	width: 495px;
	min-width: 300px;
}

.o-hd-kicon{
	width: auto;
}

/*footer*****************************************************************************/
.o-foot-container{
	width: 100%;
	max-width: 1270px;
	padding: 0 35px 20px 35px;
	box-sizing: border-box;
	margin: 0;
}

.o-copy-txt{
    text-align: center;
}
.o-foot-l{
    width: 44%;
	order: 1;
}

.o-foot-r{
    width: 56%;
	order: 2;
}

.o-foot-site{
    font-size: 28px;
    line-height: 34px;
	text-align: left;
    margin-bottom: 49px;
	text-align: left;
}

.o-f-16txt{
     line-height: 19px;
	 text-align: left;
}
}




@media (min-width: 1025px){
/*container***********************************************************************/
.container,
.org-container{
    max-width: 1100px;
    padding: 0;
}

.o-container{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
}

/*header***********************************************************************/

button{
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

footer{
	margin-top: 0;
}

.o-foot-container{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 15px 20px 15px;
	box-sizing: border-box;
}

/*add kuroki*/
.o-foot-l{
    width: 41%;
}

.o-foot-r{
    width: 58%;
}

.o-foot-site{
     margin-bottom: 25px;
}
}



@media (min-width: 1100px){
.o-container{
	width: 100%;
	max-width: 1100px;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}

.o-ful-px-40{
	padding-left: 40px!important;
	padding-right: 40px!important;
}


/*add kuroki*/
.o-foot-bk{
    padding-left: 25px;
    padding-right: 25px;
}

.o-foot-l{
    width: 41%;
}
.o-foot-r{
    width: 59%;
}
}


@media (min-width: 1150px){
.o-foot-container{
	padding: 0 0 20px 0;
}

.o-container{
	padding-left: 0;
	padding-right: 0;
}
}

@media (min-width: 1200px){

}

@media (min-width: 1300px){

}