@charset "UTF-8";

#hed {
	width: 100%;
	position: fixed;
	background-color: #f9f7f3;
	height: 65px;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 20;
	transition: all .5s;
}
.change-color1 #hed {
	background-color: #F9F7F3;
}

.sptel a {color: #3e3938;}
.sptel {
	width: 28px;
	position: fixed;
	right: 15px;
	z-index: 5001;
	text-align: center;
	top: 14px;
	
	color: #3e3938;
}
.sptel .mysvg {
	width: 23px;
	color: #3e3938;
	fill: currentColor;
}
.change-color1 .sptel .mysvg {
	color: #3e3938;
	fill: currentColor;
}
/*.change-color1 .sptel a {color: #333;}*/
.sptel span {
	font-style: normal;
	font-size: 7pt;
	text-align: center;
	color: #3e3938;
	line-height: 15px;
	font-weight: 400;
	font-variant: normal;
	display: block;
}
.change-color1 .sptel span {
	font-style: normal;
	font-size: 7pt;
	text-align: center;
	color: #3e3938;
	line-height: 15px;
	font-weight: 400;
	font-variant: normal;
	display: block;
}
.fgnav{
    /*background: #2c303a;*/
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 300;
}
.fmenu-box {}
.fmenu{
	top: 20px;
	left: 20px;
	position: fixed;
	width: 30px;
	z-index: 350;
	cursor: pointer;
	height: 12px;
	/*background: #2c303a;*/
}

.fmenu:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	/*background: #fff;*/
	margin-top: -10px;
	margin-left: -7px;
}


.menu__line{
    background: #3e3938;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.change-color1 .menu__line {background: #3e3938;}
.menu__line--bottom{bottom: 0;}
.menu__line--top.active{
    top: 4px;
    transform: rotate(45deg);
    background: #3e3938;
}
.menu__line--bottom.active{
    bottom: 6px;
    transform: rotate(135deg);
    background: #3e3938;
}
.menu__title {
	font-weight: 500;
	position: absolute;
	font-size: 7pt;
	line-height: 9px;
	text-align: center;
	bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.menu__title {color: #3e3938;}
.change-color1 .menu__title {color:#3e3938;}
.menu__title.active {color:#3e3938;}



/*gnav*/

.gnav__wrap{
	background-color: #f9f7f3;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: scroll;
}
.fspace {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top:20px;
	/*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
}

.times2 {margin-bottom:10px;}

.fmenuspace {
	box-sizing: border-box;
	padding-top: 0%;
	padding-right: 5%;
	padding-left: 5%;
	margin-bottom:15px;
}

.fmenuspace h2 {
	width: 130px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
}

.add {
	color: #3e3938;
	box-sizing: border-box;
	padding-top: 7%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
}
.add h3{
	font-size: 10pt;
	line-height: 22px;
	font-weight: normal;
	margin-bottom: 5px;
	/*padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;*/
}
.add p{
	font-size: 9pt;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}

.sp-logo {
	width: 130px;
	margin-right: auto;
	margin-left: auto;
	margin-top:5px;
}



.gnav__menu {
	/*display: flex;
	flex-direction: row-reverse;*/
	padding-top: 30px;
	/*text-orientation: upright;*/
}
.gnav__menu li{
	position:relative;
	/*font-family: "hiragino-mincho-pron", sans-serif;*/
	/*font-size: 12pt;
	line-height: 55px;
	font-weight: 600;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ecebe6;
}
.gnav__menu ul{
	/*padding-top:10px;
	padding-bottom:10px;*/
}
.gnav__menu ul li{
	font-size: 9pt;
	line-height: 21px;
	font-weight: 500;
	position:relative;
}

.gnav__menu ul li span{
	/*background-color: #333;
	height: 15px;
	width: 1px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;*/
}
.gnav__menu ul li a{
	color: #3e3938;
	-webkit-transition: all .3s;
	transition: all .3s;
	box-sizing:border-box;
	/*padding-top:5px;
	padding-bottom:5px;*/
}
.gnav__menu ul li a:hover{
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.gnav__menu__item {
	font-size: 11pt;
	line-height: 25px;
	font-weight: 500;
}
.gnav__menu__item h5{
	padding-top:15px;
	
	font-size: 11pt;
	line-height: 25px;
	font-weight: 500;
}
.gnav__menu a{
	padding-top: 10px;
	padding-bottom: 10px;
	color: #3e3938;
	display:block;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.gnav__menu a:hover{
	color: #3e3938;
}
.gnav__menu h5 a{
	padding-top:5px;
	padding-bottom:5px;
	color: #3e3938;
	display:block;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.gnav__menu h5 a:hover{
	color: #3e3938;
}





.fs-accordion summary{
	padding-top:10px;
	padding-bottom:10px;
	position: relative;
	list-style: none;
	cursor: pointer;
	font-size: 11pt;
	line-height: 25px;
	font-weight: 500;
	box-sizing: border-box;
}
.fs-accordion summary::-webkit-details-marker {display: none;}
.fsicon {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 15px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.5s;
}
/* アイコンの三角矢印 */
.fsicon::before,
.fsicon::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 3px;
  background-color: #ffb709;
}

.fsicon::before {
  left: 0;
  transform: rotate(45deg);
}

.fsicon::after {
  right: 0;
  transform: rotate(-45deg);
}

/* アコーディオン表示の際に回転する */
.fs-accordion details[open] .fsicon {
  transform: rotate(180deg);
}
/*.fs-accordion summary::-webkit-details-marker {display: none;}
.fs-accordion summary::after{
	position: absolute;
	width: 10px;
	height: 10px;
	top: calc(50% - 15px);
	right: 13px;
	box-sizing: border-box;
	content: "+";
	font-size: 22pt;
	color: #67C413;
	-webkit-transition: all .3s;
	transition: all .3s;
}*/
.fs-accordion .contents{
	margin-left:20px;
	box-sizing: border-box;
	padding-bottom:10px;
}
.fs-accordion p{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ecebe6;
}
.fs-accordion p:last-child {border: 0px;}



ul.points2sp {
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
ul.points2sp li{padding-left: 0.7em;}
ul.points2sp li:before {
	font-family: "Material Icons";
	content: "\eb36";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #533e2c;
	font-weight: 600;
}
.points2sp li {
	font-weight: normal;
	position: relative;
	font-size: 10pt;
	line-height: 20px;
}



/*モーダル*/
.modal_wrap input{display: none;}
.modal_overlay{
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}
.modal_trigger{position: absolute;width: 100%;height: 100%;}
.modal_content{
	position: relative;
	align-self: center;
	width: 90%;
	max-width: 640px;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.4em;
	transition: 0.5s;
	padding-top: 38px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.close_button{
	position: absolute;
	top: 12px;
	right: 10px;
	font-size: 24px;
	cursor: pointer;
	color: #333;
}
.close_button span {color: #FFF;}
.modal_wrap input:checked ~ .modal_overlay{
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}
.open_button{}
.fspacer h4{
	font-size: 10pt;
	margin-bottom: 5px;
	font-weight: normal;
	padding-top:5px;
}
.button-sp span{font-size: 11pt; margin-right:5px;}
.button-sp {
	font-weight: 600;
	font-size: 15pt;
	display: block;
	text-decoration: none;
	outline: none;
	margin-right: auto;
	margin-left: auto;
	line-height: 25px;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom:10px;
}
.button-sp::before,
.button-sp::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button-sp,
.button-sp::before,
.button-sp::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button-sp {color: #fff; background-color: #CCCCCC;}
.button-sp:hover {color: #fff; background-color: #CCCCCC;}



@media print, screen and (min-width: 1025px) { 
  #hed {display: none;}
  .sponly {display: none;}
  .pconly {}
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  #hed {}
  .sponly {}
  .pconly {display: none;}
}
