@charset "utf-8";
#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

body {
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    word-wrap: break-word;
    overflow-wrap: break-word;
  	letter-spacing: 0.05em;
}

.telWrap {
    color: inherit;
}

.telWrap:hover {
    color: inherit;
    text-decoration: underline;
}

.hidden {
    overflow: hidden;
}

.opacity_hover:hover {
    opacity: .7;
}

.cursol-pointer {
    cursor: pointer;
}

.fontA {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}

.fontB {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.inLink>a {
    text-decoration: underline;
    color: #444;
}

.inLink>a:hover {
    text-decoration: none;
    color: #444;
}

.paddingWr01 {
    padding: 0 15px;
}

.aHover>a {
    text-decoration: underline;
    color: #f39c12;
}

.aHover>a:hover {
    text-decoration: none;
}

.storeSnsLink:hover {
    opacity: .7;
}

/*---------------------------------------------------------------------------*/



/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/

/*-- 共通パーツ --------------------------------------------------------------*/

.comBtn01 {
    max-width: 290px;
    width: 100%;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #444;
    position: relative;
    background: #fff;
    border: 1px solid #00B2F0;
    border-radius: 38px;
    transition: all .7s;
    padding-right: 20px;
}

.comBtn01:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 15px;
    right: 20px;
    background: url(/system_panel/uploads/images/com_arrow_blue.svg)no-repeat;
    background-size: 100%;
    transition: all .5s;
}

.comBtn01:hover {
    color: #444;
}

.comBtn01:hover:before {
    transform: translateX(8px);
    transition: all .5s;
}

.titEn01 {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.25em;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- 共通カラー --------------------------------------------------------------*/

.colorWhite {
    color: #fff;
}

.colorOrange {
    color: #ED7B1D;
}

/*-- inCover -----------------------------------------------------------------*/

.incover {
	max-width: 1920px;
	width: 100%;
	height: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: auto;
}

.incover:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 40%);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.incoverBox {
	max-width: 1530px;
	width: 100%;
	padding: 0 15px;
	margin: auto;
	position: relative;
	z-index: 9;
}

.incoverTit {
	font-size: 26px;
	font-weight: bold;
	font-family: "Zen Maru Gothic", sans-serif;
	line-height: 1.45em;
	letter-spacing: 0.05em;
	text-align: center;
	color: var(--white);
	text-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

/*-- ****** -----------------------------------------------------------------*/
/*-- パンくずリスト ----------------------------------------------------------*/

.breadcrumbsWrap {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.45em;
	color: inherit;
	padding: 15px 0 0;
	position: relative;
	z-index: 9;
}

.breadcrumbsInner {
	max-width: 1530px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 15px;
	margin: auto;
}

.breadcrumbsLink {
	display: block;
	color: inherit;
	text-decoration: underline;
}

.breadcrumbsLink:hover {
	text-decoration: none;
	color: inherit;
}

.breadcrumbsArrow {
	margin: 0 10px;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- ブロック ----------------------------------------------------------------*/

.wrapper {
    padding: 55px 0;
    overflow: hidden;
}

.inner {
    max-width: 1530px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- タイトル ----------------------------------------------------------------*/

.tit01 {
    font-size: 22px;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.44em;
}

.tit02 {
    font-size: 20px;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.44em;
}

.tit03{
    font-size: 18px;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.44em;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- テキスト ----------------------------------------------------------------*/

.txt01 {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2em;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- 画像 ----------------------------------------------------------------*/

.imgControl {
    position: relative;
    padding: 0 0 100%;
    height: 0;
}

.imgControl > img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.imgRounded01 {
    border-radius: 30px;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- header -----------------------------------------------------------------*/



/*--is-animation--*/



/*---------------------------------------------------------------------------*/
/*-- footer -----------------------------------------------------------------*/


/*---------------------------------------------------------------------------*/

/*---topMain----------------------------------------------*/



/*----*/



/*----kasou------------------------------------------------*/

.inBalanceImg01>img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
    bottom: 0;
    left: 0;
    margin: auto;
}

.objectFitImg {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}


a[data-lightbox] {
    position: relative;
    display: block;
}

a[data-lightbox]:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: .5s;
}

a[data-lightbox]:hover:before {
    opacity: 1;
    transition: .5s;
}

.galleryImg01>a[data-lightbox] {
    padding-top: 100%;
}

.galleryImg01>a[data-lightbox] img {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*---form--*/

.formTh {
    padding: 15px 15px 15px 15px;
    background-color: #ED7B1D;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.formTd {
    padding: 15px 15px 15px 15px;
    background: #fff;
    color: #555;
}

.formRow {
    border-bottom: 1px solid #ccc;
}

.formRow:last-child {
    border-bottom: 0 solid #ccc;
}

.formTable {
    border: 1px solid #ccc;
}

.requiredText {
    padding: 1px 4px 1px 4px;
    color: #ED7B1D;
    font-size: 14px;
    background-color: #fff;
}

.privacyBox {
    border: 1px solid #ccc;
    padding: 15px 2% 15px 2%;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    height: 250px;
}

.privacyBox a{
    color: #444;
}

.privacyBox a:hover{
    color: #444;
    text-decoration: underline;
}

.privacyDt {
    border-left: 5px solid #ED7B1D !important;
    padding: 0 0 3px 10px;
    font-weight: 500;
    font-size: 15px;
    margin: 31px 0 0 0;
}

.privacyDd {
    padding: 0 0 0 16px;
    margin: 15px 0 0 0;
    font-size: 14px;
}

.inFBx {
    display: flex;
}



/*----*/

.compBaseTb {
    border: 1px solid #ccc;
}

.compBaseTr {
    border: 1px solid #ccc;
}

.compBaseTh {
    padding: 15px;
    background-color: #555;
    color: #fff;
}

.compBaseTd {
    padding: 15px;
    background: #fff;
}

/*----*/


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  

  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-- inCover -----------------------------------------------------------------*/

.incover {
	height: 300px;
}

.incoverTit {
	font-size: 38px;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- パンくずリスト ----------------------------------------------------------*/

.breadcrumbsWrap {
	font-size: 13px;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- タイトル ----------------------------------------------------------------*/

.tit01 {
    font-size: 36px;
}

.tit02 {
    font-size: 24px;
}
  
.tit03{
    font-size: 20px
}

/*-- ****** -----------------------------------------------------------------*/
/*-- テキスト ----------------------------------------------------------------*/

.txt01 {
    font-size: 16px;
}

/*-- ****** -----------------------------------------------------------------*/

.wrapper {
    padding: 80px 0;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-- inCover -----------------------------------------------------------------*/

.incover {
	height: 350px;
}

.incoverTit {
	font-size: 60px;
}


/*-- ****** -----------------------------------------------------------------*/
/*-- パンくずリスト ----------------------------------------------------------*/

.breadcrumbsWrap {
	font-size: 14px;
	padding: 30px 0 0;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- ブロック ----------------------------------------------------------*/

.wrapper {
    padding: 130px 0;
}

.inner {
    max-width: 1530px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- タイトル ----------------------------------------------------------------*/

.tit01 {
    font-size: 52px;
}

.tit02 {
    font-size: 36px;
}
  
.tit03{
    font-size: 22px
}

/*-- ****** -----------------------------------------------------------------*/
/*-- テキスト ----------------------------------------------------------------*/

.txt01 {
    font-size: 20px;
}

/*-- ****** -----------------------------------------------------------------*/

.comBtn01 {
    height: 76px;
    font-size: 20px;
}

.comBtn01:before {
    width: 13px;
    height: 20px;
    right: 35px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */