@charset "UTF-8";

/* reset ---------------------------------------*/

div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,
h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,
th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;word-break: break-all;font-size:inherit;width:100%;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q::before,q::after {content:'';}
abbr {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select {font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select {font-size:100%;}
legend {color:#000;}
select,input,button,textarea {font-size:inherit;font-family:inherit;box-sizing: border-box;}
pre,code,kbd,samp {font-family:monospace;font-size:108%;line-height:100%;}
figure {padding:0;margin:0;}
input[type="submit"],
input[type="button"],
button {border-radius: 0;-webkit-box-sizing: content-box;-webkit-appearance: button;appearance: button; border: none;box-sizing: border-box;cursor: pointer;}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {display: none;}
input[type="submit"]:focus,
input[type="button"]:focus,
button:focus {outline-offset: -2px;}


/* base ---------------------------------------*/

* {
	box-sizing:border-box;
	min-height: 0vw;
}

html,body {height:100%;}

body {
	-webkit-text-size-adjust: 100%;
	padding:0;
	margin: 0;
	font-family: Helvetica,sans-serif;
	font-feature-settings: "palt" 1;
	-webkit-font-feature-settings: "palt" 1;
	color:#000333;
	background-image: linear-gradient(rgb(240, 238, 229), rgb(245, 244, 239));
	background:rgb(240, 238, 229);
	letter-spacing: 0.08em;
}

a {
	text-decoration: none;
	color:#333;
	transition: all .25s ease;
}

img {
	vertical-align: bottom;
	line-height: 1;
	max-width:100%;
	height: auto;
}


/* common item ---------------------------------------*/

.clearfix::after,
.inner::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.ov-h {overflow: hidden;}


/* mask icon ---------------------------------------*/

.icon-arrow {
	-webkit-mask-image: url('../img/common/arrow.svg');
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	-webkit-mask-size: contain;
	mask-image: url('../img/common/arrow.svg');
	mask-repeat: no-repeat;
	mask-position: 0 0;
	mask-size: contain;
	display: inline-block;
	vertical-align: middle;
	height: 24px;
	width: 24px;
	background: #ff0000;
}


/* 言語切替 ---------------------------------------*/

.lang{display: none;}
.lang.active{display: block;}

/* layout ---------------------------------------*/

.container{
	margin:0 auto;
	max-width:640px;
	min-height:100%;
	background: #fff;
}

.wrapper {padding: 0 30px;}

.inner {
	max-width:1080px;
	margin:0 auto;
}

.section {margin-bottom: 50px;}
.overlay {display: none;}


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

header {
	position:relative;
	background: #fff;
}

.header-top{
	height:30px;
	position: relative;
}

.header-logo{
	text-align: center;
	line-height: 1;
	padding-top: 5px;
}

.header-tagline{
	font-size: 10px;
	color:#000;
	position: absolute;
	left:8px;
	top:9px;
	line-height: 1;
}

.header-inner{
	background: #000;
	color:#fff;
	min-height:84px;
	position: relative;
}

.header-shopname{
	text-align: center;
	line-height: 1;
	position: absolute;
	left: 0%;
	top: 50%;
	transform: translate(0%,-50%);
	width:100%;
	font-family: "Noto Serif JP", serif;
}

.header-shopname-jp{
	font-size: 22px;
	margin-bottom: 10px;
}

.header-shopname-pronunciation{
	font-size: 11px;
	letter-spacing: 0.1em;
}


/* intro ---------------------------------------*/

.intro{
	padding-top: 20px;
}

.intro-inner{
	padding:0 25px;
}

.intro-lead{
	font-weight: bold;
	line-height: 1.5;
	font-size: 13px;
	margin-bottom: 10px;
	text-align: center;
}

.intro-lead-price{
	font-size: 120%;
}

.intro-selectlanguage{
	margin-bottom: 26px;
}

.intro-agree {
	font-size: 14px;
	text-align: center;
	margin-bottom: 25px;
	line-height: 1.5;
}

.intro-agree a{
	color:#cca300;
	font-weight: bold;
	text-decoration: underline;
}

.intro-pay{
	text-align: center;
	margin-bottom: 34px;
}

.intro-detail{
}

.intro-detail-image{
}

.intro-detail-inner{
	padding:25px 25px;
}

.intro-detail-title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.intro-detail-text{
	line-height: 1.5;
	font-size: 14px;
}

.intro-coupon{
	margin-bottom: 25px;
	text-align: center;
	font-size: 14px;
}

.intro-coupon-code{
	margin:10px auto;
	width:130px;
	text-align: center;
}

.intro-coupon-code .form-text{text-align: center;}

.intro-agree-check{
	margin-bottom: 30px;
	text-align: center;
	font-size: 12px;
}

.intro-agree-check label{
	margin:0 10px;
}


.intro-agree-check .lang.active{
	display: inline-block;
}


/* privacy */

.privacy-inner{}

.privacy-title{
	text-align: center;
	font-weight: bold;
}

.privacy h3,
.privacy p,
.privacy ul{
	text-align:justify;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.privacy h3{
	font-weight: bold;
	font-size: 14px;
	margin-top: 1em;
}

.privacy p,
.privacy ul{
	font-size: 13px;
}



/* menu ---------------------------------------*/

.menu{
    padding:0 0 10px;
}

.menu-lead{
	padding: 15px 25px 5px;
	text-align: center;
	line-height: 1.5;
}

.menu-lead p{display: none;}
.menu-lead p.active{display: block;}

.menu-tab-wrapper {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
    padding: 10px 0;
}

.menu-tab{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	display: flex;
	align-items: center;
	margin:0 25px
}

.menu-tab li{
	width:100%;
	text-align: center;
	font-size: 18px;
	color:#aaa;
	cursor:pointer;
	padding:10px;
	position: relative;
}

.menu-tab li:not(:first-child)::before{
	display:block;
	content:'';
	background:#000;
	width:1px;
	height:20px;
	position:absolute;
	left:0;
	top:50%;
	transform:translate(0,-50%);
}

.menu-tab li.active{
	color:#000;
}

.menu-box{display: none;}
.menu-box.active{display: block;}

.menu-list{}

.menu-list > li{
	text-align: center;
	padding:25px 25px;
	border-top:1px solid #999;
}

.menu-list > li:first-child{border-top:none;}

.menu-item{}

.menu-item dt img{
	width:350px;
	max-width:100%;
}

.menu-item-jptitle{
	font-size: 20px;
	font-family: "Noto Serif JP", serif;
	margin-top: 15px;
}

.menu-item-jptitle-pronounce{
	font-size: 15px;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
}

.menu-item-title{
	font-size: 22px;
	letter-spacing: 0.05em;
	margin-bottom: 8px;
	display: inline-block;
	border-top:1px solid #999;
	padding-top: 10px;
	color:#cca300;
}

.menu-item-price{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	line-height: 1;
	margin-bottom: 13px;
}

.menu-item-price b{
	font-size: 20px;
	font-weight: normal;
}

.menu-item-text{
	font-size: 14px;
	text-align:justify;
	line-height: 1.6;
	margin-bottom: 10px;
}

.menu-item-allergy{
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}

.menu-item-allergy-title{
	font-size: 16px;
	width:60px;
}

.menu-item-allergy-list {
	width:calc(100% - 60px);
	display: flex;
	align-items: center;
	gap: 10px;
}

.menu-item-allergy-list li{width:25px;}

.menu-business{
	background: #EEDF4A;
	padding:25px;
	font-size: 12px;
	position: relative;
}
.menu-business::before,
.menu-business::after{
	display:block;
	content:'';
	width:10px;
	height:10px;
	position:absolute;
	opacity:0.7;
}

.menu-business::before{
	background: url(/img/shop_bg_cloud01.png) no-repeat center center;
	background-size: 100%;
	width:51px;
	height:23px;
	left:0;
	top:100px;
}

.menu-business::after{
	background: url(/img/shop_bg_cloud02.png) no-repeat center center;
	background-size: 100%;
	width:61px;
	height:30px;
	right:0;
	bottom:26px;
}

.menu-business-logo{
	text-align: center;
	margin-bottom: 20px;
}

.menu-business-inner{
	line-height: 1.6;
	font-size: 14px;
	position: relative;
	z-index:2;
}

.menu-business-mail a{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.menu-bottom{
	padding:0px 0 25px;
}

/* ボタン全体 */

.sns{
	padding:25px;
}

.sns-message{
	text-align: left;
	letter-spacing: 0.05em;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 10px;
	line-height: 1.6;
}

.flowbtn9 {
	display: inline-block;
	font-size: 30px;
	text-decoration: none;
	transition: .5s;
}

.flowbtn9 .fa-youtube {
	color: #fc0d1c;
	font-size: 30px;
}

.flowbtn9 .fa-x-twitter {
	color: #000000;
}

.flowbtn9 .fa-instagram {
	color: #D93177;
}

.flowbtn9 .fa-square-facebook {
	color: #3b5998;
}

.flowbtn9 .fa-note-sticky {
	color: #333333;
}

.flowbtn9 .fa-line {
	color: #00c300 !important;
	font-size: 28px;
}

.flowbtn9 .fa-envelope {
	color: #32B061;
	font-size: 28px;
	margin-top: 6px;
}

.sns-image{
	text-align: center;
	margin-bottom: 20px;
}

ul.snsbtniti {
	padding: 0;
}

/* アイコン全体の位置 */
.snsbtniti {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap:10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

/* アイコン同士の余白 */
.snsbtniti li {
	text-align: center;
	list-style-type: none;
}

/* アイコンにマウスを乗せた時 */
.flowbtn9:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}


/* control ---------------------------------------*/

.control{
	padding:20px 20px 50px;
}

.control-lead{
	font-size: 16px;
	margin-bottom: 20px;
}

.control-list{}

.control-list > li{
	padding:10px;
}

.control-list > li:nth-child(2n+1){
	background: #f1f1f1;
}

.control-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.control-item dt{
	font-weight: bold;
	font-size: 20px;
}

/* stripe ---------------------------------------*/

.stripe{
	position: relative;
	height:100%;
}


.stripe-logo{
	text-align: center;
}

.stripe-logo img{
	width:375px;
}

.stripe-back{
	text-align: center;
}

.stripe-back a{
	text-decoration: underline;
	color:#07629f
}

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

footer {
	padding:13px 0 13px 0;
	border-top:1px solid #ccc
}

.footer-contact {
	text-align: center;
    padding:5px;
    font-size: 12px;
    margin-bottom: 15px;
}

.footer-contact a {
	text-decoration: underline;
}

.copyright {
	display: block;
	text-align: center;
	font-size: 11px;
	letter-spacing: 0.1em;
	line-height: 1;
}



/* margin ---------------------------------------*/

.mt-0 {margin-top:0px !important;}
.mt-5 {margin-top:5px !important;}
.mt-10 {margin-top:10px !important;}
.mt-15 {margin-top:15px !important;}
.mt-20 {margin-top:20px !important;}
.mt-25 {margin-top:25px !important;}
.mt-30 {margin-top:30px !important;}
.mt-35 {margin-top:35px !important;}
.mt-40 {margin-top:40px !important;}
.mt-45 {margin-top:45px !important;}
.mt-50 {margin-top:50px !important;}
.mt-55 {margin-top:55px !important;}
.mt-60 {margin-top:60px !important;}
.mt-65 {margin-top:65px !important;}
.mt-70 {margin-top:70px !important;}
.mt-75 {margin-top:75px !important;}
.mt-80 {margin-top:80px !important;}
.mt-85 {margin-top:85px !important;}
.mt-90 {margin-top:90px !important;}
.mt-95 {margin-top:95px !important;}
.mt-100 {margin-top:100px !important;}

.mb-0 {margin-bottom:0px !important;}
.mb-5 {margin-bottom:5px !important;}
.mb-10 {margin-bottom:10px !important;}
.mb-15 {margin-bottom:15px !important;}
.mb-20 {margin-bottom:20px !important;}
.mb-25 {margin-bottom:25px !important;}
.mb-30 {margin-bottom:30px !important;}
.mb-35 {margin-bottom:35px !important;}
.mb-40 {margin-bottom:40px !important;}
.mb-45 {margin-bottom:45px !important;}
.mb-50 {margin-bottom:50px !important;}
.mb-55 {margin-bottom:55px !important;}
.mb-60 {margin-bottom:60px !important;}
.mb-65 {margin-bottom:65px !important;}
.mb-70 {margin-bottom:70px !important;}
.mb-75 {margin-bottom:75px !important;}
.mb-80 {margin-bottom:80px !important;}
.mb-85 {margin-bottom:85px !important;}
.mb-90 {margin-bottom:90px !important;}
.mb-95 {margin-bottom:95px !important;}
.mb-100 {margin-bottom:100px !important;}
.mb-110 {margin-bottom:110px !important;}
.mb-120 {margin-bottom:120px !important;}
.mb-130 {margin-bottom:130px !important;}
.mb-140 {margin-bottom:140px !important;}


/* width ---------------------------------------*/

.wid-10per {width:10% !important;}
.wid-15per {width:15% !important;}
.wid-20per {width:20% !important;}
.wid-25per {width:25% !important;}
.wid-30per {width:30% !important;}
.wid-40per {width:40% !important;}
.wid-50per {width:50% !important;}
.wid-60per {width:60% !important;}
.wid-70per {width:70% !important;}
.wid-80per {width:80% !important;}
.wid-100per {width:100% !important;}

.wid-100 {width:100px !important;}
.wid-110 {width:110px !important;}
.wid-120 {width:120px !important;}
.wid-130 {width:130px !important;}
.wid-140 {width:140px !important;}
.wid-150 {width:150px !important;}
.wid-160 {width:160px !important;}
.wid-170 {width:170px !important;}
.wid-180 {width:180px !important;}
.wid-190 {width:190px !important;}
.wid-200 {width:200px !important;}
.wid-210 {width:210px !important;}
.wid-220 {width:220px !important;}
.wid-230 {width:230px !important;}
.wid-240 {width:240px !important;}
.wid-250 {width:250px !important;}
.wid-260 {width:260px !important;}
.wid-270 {width:270px !important;}
.wid-280 {width:280px !important;}
.wid-290 {width:290px !important;}
.wid-300 {width:300px !important;}


/* title ---------------------------------------*/

.title-page {
	font-weight:600;
	font-size: 2.0rem;
	line-height: 1.5;
	color: #222;
}

.title-section {
	font-weight:600;
	font-size: 1.8rem;
	line-height: 1.5;
	color: #222;
}

.title-block {
	font-weight:600;
	font-size: 1.0rem;
	line-height: 1.5;
	color: #222;
}


/* text ---------------------------------------*/

.text-center {text-align: center !important;}
.text-right {text-align: right !important;}
.text-left {text-align: left !important;}

.text-s {
	font-size: 1.2rem;
	line-height: 1.5;
}

.text-m {
	font-size: 1.4rem;
	line-height: 1.5;
}

.text-l {
	font-size: 1.8rem;
	color: #484848;
	line-height: 1.94;
}

.text-bold {font-weight:600;}
.text-red {color: #cca300 !important;}

.text-ellipsis-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.text-ellipsis-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.text-ellipsis-4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

@media all and (-ms-high-contrast:none) {
	.text-ellipsis-2 { height: 3.2em; } /* IE10〜Edge */
	.text-ellipsis-3 { height: 4.7em; } /* IE10〜Edge */
}

.text-ellipsis-count::after {content: '…';}
.text-link {text-decoration: underline;}
.text-link:hover {text-decoration: none;}


/* pankuzu ---------------------------------------*/

.pankuzu {border-bottom:1px solid #ddd;}

/* .pankuzu-list {} */

.pankuzu-list > li {
	display: inline-block;
	font-size:13px;
}

.pankuzu-list > li a,
.pankuzu-list > li span {
	display: block;
	padding: 0px 30px 0px 10px;
	line-height: 40px;
	position: relative;
}

.pankuzu-list > li a {text-decoration:none;}

.pankuzu-list > li a::after {
	display:block;
	content:'';
	width:25px;
	height:25px;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	transform: rotate(45deg) translate(0,-50%);
	position:absolute;
	right:10px;
	top:45%;
}


/* list ---------------------------------------*/

/* .list {} */

.list li {
	margin-bottom: 10px;
	font-size:16px;
	line-height: 1.73;
	position:relative;
	padding-left: 15px;
	letter-spacing:0.1em;
}

.list li:last-child {margin-bottom: 0;}

.list li::before {
	display:block;
	content:'';
	background:#2A619B;
	background-size: 100%;
	width:6px;
	height:6px;
	position:absolute;
	left:0;
	top:11px;
}

ul.list-simple li {
	margin-bottom: 15px;
	font-size:16px;
	line-height: 1.73;
	position:relative;
	padding-left: 10px;
}

ul.list-simple li::before {
	display:block;
	content:'';
	background:#222;
	width:4px;
	height:4px;
	border-radius:50%;
	position:absolute;
	left:0px;
	top:13px;
}

ol.list-simple {padding-left: 15px;}

ol.list-simple li {
	margin-bottom: 15px;
	font-size:16px;
	line-height: 1.73;
	position:relative;
	list-style-type: decimal;
}

.table-blue .list-simple li {margin-bottom:5px;}

.noticelist li {
	text-indent:-1em;
	margin-left: 1em;
	font-size:12px;
	line-height: 1.8;
}


/* btn ---------------------------------------*/

.btn {
	display: inline-block;
	min-width: 270px;
	padding: 10px 24px;
	border-radius:20px;;
	border:1px solid #cca300;
	background-color: #cca300;
	line-height: 1.1;
	font-size: 17px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #ffffff;
	font-weight:600;
	cursor: pointer;
	position: relative;
}

.btn.is-disabled{
	border-color:#333;
	background: #333;
	opacity:0.3;
	cursor:default;
}

.btn::after{
	content: '';
	position:absolute;
	right: 10px;
	top: 50%;
	width: 8px;
	height:  8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translate(0, -50%) rotate(45deg);
}


/* table ---------------------------------------*/

.table-horizontal {font-size:14px}

.table-horizontal thead th,
.table-horizontal thead td {
	background: #767676;
	color: #fff;
	line-height: 1.94;
	padding: 3px 4px;
	border-top:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	border-left:1px solid #dbdbdb;
	text-align:center;
	white-space: nowrap;
}

.table-horizontal tbody th,
.table-horizontal tbody td {
	line-height: 1.75;
	padding: 6px 8px;
	background: #fff;
	border:1px solid #dbdbdb;
}

.table-horizontal tbody th {text-align:center;}

.table-horizontal tbody td.td-grouptitle {
	font-weight:600;
	text-align:center;
	background: #DCE3E8;
	color: #484848;
}

.table-horizontal.is-zebra tbody tr:nth-child(2n) th,
.table-horizontal.is-zebra tbody tr:nth-child(2n) td {background: #F4F4F4;}


/* modal ---------------------------------------*/

.modal-wrapper {display: none;}
.modal {
	border-radius: 8px;
	padding:25px;
}

#cboxLoadedContent{
	border-radius: 8px;
	background: #fff;
}

.modal-inner-manual {text-align: center;}

.modal-inner-manual iframe {
	width: 600px;
	height: 500px
}

.modal-inner-close {
	position:absolute;
	right: 10px;
	top: 10px;
}


/* form ---------------------------------------*/

.form-text,.form-date {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0 10px;
	border: 1px solid #888;
	width: 100%;
	line-height: 1;
	border-radius: 6px;
	height: 35px;
	font-size: 14px;
}

::placeholder {color:#ccc;}

.form-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0 20px 0 10px;
	border: 1px solid #888;
	width: 100%;
	background: url('../img/common/select.png') no-repeat right 12px top 50%;
	background-size: 14px 7px;
	border-radius: 6px;
	height: 35px;
	text-align: center;
	font-size: 14px;
}

.form-select.is-notselected {color: #ccc;}
select::-ms-expand {display: none;}

.form-textarea {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	padding: 13px 10px;
	border: 1px solid #999;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	border-radius: 0;
}

.form-radio {
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	font-size: 14px;
	position:relative;
}

.form-radio label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	min-height: 23px;
	margin: 0px 0;
	padding: 3px 0 0 25px;
	position: relative;
	vertical-align: top;
}

.form-radio input[type="radio"] {position: absolute;left:0px;top:0px;width:1px;height:1px;overflow: hidden;opacity:0;}

.form-radio label::before {
	display:block;
	content:'';
	border:1px solid #aaa;
	border-radius:50%;
	width:20px;
	height:20px;
	position:absolute;
	left: 0;
	top:50%;
	transform: translate(0,-50%);
}

.form-radio input:checked + label::after {
	display:block;
	content:'';
	background: #2A619B;
	border-radius:50%;
	width:14px;
	height:14px;
	position:absolute;
	left: 4px;
	top:50%;
	transform: translate(0,-50%);
}

.form-radio input:disabled + label {opacity: 0.7;}

.form-checkbox {
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	font-size: 14px;
	position:relative;
}

.form-checkbox label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	min-height: 23px;
	margin: 0px 0;
	padding: 3px 0 0 30px;
	position: relative;
	vertical-align: top;
}

.form-checkbox input[type="checkbox"] {position: absolute;left:0px;top:0px;width:1px;height:1px;overflow: hidden;opacity:0;}

.form-checkbox label::before {
	display:block;
	content:'';
	border:1px solid #aaa;
	border-radius:2px;
	width:20px;
	height:20px;
	position:absolute;
	left: 0;
	top:50%;
	transform: translate(0,-50%);
}

.form-checkbox input:checked + label::after {
	display:block;
	content:'';
	background: #2A619B;
	border-radius:1px;
	width:14px;
	height:14px;
	position:absolute;
	left: 4px;
	top:50%;
	transform: translate(0,-50%);
}

.form-checkbox input:disabled + label {opacity: 0.7;}

.toggle-switch {
	position: relative;
	width: 60px;
	height: 30px;
	margin: auto;
	display: inline-block;
}

.toggle-input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0;
	cursor: pointer;
}

.toggle-switch label {
	width: 60px;
	height: 30px;
	background: #ccc;
	position: relative;
	display: inline-block;
	border-radius: 30px;
	transition: 0.1s;
	box-sizing: border-box;
}

.toggle-switch label::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	transition: 0.1s;
}

.toggle-input:checked + label {background-color: #4BD865;}
.toggle-input:checked + label::after {left: 30px;}
.submit {text-align: center;}
.must {color:#cca300;}


/* accordion ---------------------------------------*/

/* .accordion {} */

.accordion-title {
	position:relative;
	display: inline-block;
	padding-right: 50px;
	cursor: pointer;
}

.accordion-title:hover {
	color:#2A619B;
	text-decoration: underline;
}

.accordion-title::after {
	display:block;
	content:'';
	border-bottom:3px solid #2A619B;
	border-right:3px solid #2A619B;
	width:10px;
	height:10px;
	margin-top:-17px;
	position:absolute;
	right:10px;
	top:50%;
	transform: rotate(45deg);
	transition: all .25s ease;
}

.accordion-title.is-open::after {
	transform: rotate(225deg);
}

.accordion-body {
	display: none;
}


/* tab ---------------------------------------*/

/* .tab {} */



/* pc only */
@media screen and (min-width: 768px) {
	.sp {display: none !important;}
	.spbr {display: none;}
}



/* small pc */
@media screen and (min-width: 768px) and (max-width: 1200px) {


}


/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px) {

}
