@charset "UTF-8";

*{
  box-sizing: border-box;
}

body {
	font-family: 'Noto Sans Japanese' , 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Helvetica', 'メイリオ','Meiryo','ＭＳ ゴシック','MS PGothic', Osaka, sans-serif;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
:focus {
    outline: none;
}
input:focus {
    border:solid 1px #EEA34A;
}
.red {
	color: red!important;
}
ul {
	margin: 0;
	padding: 0;
}
img {
	width: 100%;
	vertical-align: bottom;
}
a {
	color: #444444;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #444444;
	text-decoration: none;
}
ul {
	list-style-type: none;
	list-style-position: inside;
}
li {
	list-style-type: none;
	list-style-position: inside;
}
button {
	border: none;
}
.small {
	font-size: 60%;
}
dd {
	margin: 0;
	padding: 0;
}
.object-fit-img {
  object-fit: contain;
  height: 220px;
  font-family: 'object-fit: contain;'
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}
.flex {
	-js-display: flex;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.j-between {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.j-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.j-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
}
.a-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.a-start {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ac-center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
table.tb_content01 {
  border-collapse: collapse;
  width: 100%;
  
}
table.tb_content01 th, table.tb_content01 td {
  border: none;
  text-align: left;
  vertical-align: top;
  padding: 5px 0 5px 10px;
  font-size: 14px;
  font-weight: normal;
}
#page {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1000px;
	height: 100%;
}
.bg01 {
	background-color: #FFF;
}
.bg02 {
	background-color: #86e6fc;
}
.bg03 {
/*	background-color: #59c3dc;*/
	background-color: #0072bf;
}
.bg03r {
	background-color: red;
}
.bg04 {
	background-color: #000000;
}
.bg05 {
	background-color: #333333;
}
.bg06 {
	background-color: #666666;
}
.bg07 {
	background-color: #171717;
}
.bg08 {
	background-color: #ddffff;
}
.bg09 {
	background-color: #bbffff;
}
.w10 {width: 10%;}
.w20 {width: 20%;}
.w30 {width: 30%;}
.w40 {width: 40%;}
.w50 {width: 50%;}
.w60 {width: 60%;}
.w70 {width: 70%;}
.w80 {width: 80%;}
.w90 {width: 90%;}
.w100 {width: 100%;}
/*----------------------------------

ヘッダー

------------------------------------*/

header {
	margin: 0 0 1px;
	padding: 0;
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}
#box_logo {
	margin: 0;
	padding: 0;
	width: 50%;
	max-width: 400px;
	min-width: 100px;
	height: 60px;
	position: absolute;
	top: 10px;
	left: 20px;
}
#box_menu {
	margin: 0;
	padding: 0;
	width: 70px;
	position: absolute;
	top: 0;
	right: 0;
}
#box_search {
	margin: 0;
	padding: 0;
	width: 70px;
	position: absolute;
	top: 0;
	right: 61px;
}
/*----------------------------------

フッター

------------------------------------*/
footer {
	margin: 0;
	padding: 40px 0;
	text-align: center;
}
footer small {
	margin: 0px 0;
	padding: 0px 0;
	color: #000;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
}
#page-top1 {
    display: block;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,0.5);
    z-index: 9999;
    bottom: -60px;
    right: 10px;
    padding: 0px 0px 0;
    color: #000;
    text-align: center;
    text-decoration: none;
    transition: 1s;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
#page-top1 .material-icons {
    font-size: 30px;
    text-align: center;
    line-height: 40px;
}
/*----------------------------------

メニュー、在庫検索

------------------------------------*/
.txt_search {
	padding: 20px 0!important;
	text-align: center;
	font-size: 14px;
}
.mm-divider.with-title {
    text-align: center;
    padding: 20px 1em 20px;
    font-size: 14px;
    letter-spacing: 0.07em;
}
.mm-divider.with-title01 {
    text-align: left;
    padding: 5px 1em 5px;
    font-size: 12px;
    letter-spacing: 0.07em;
    background-color: #2b2b2b
}
#btn_search {
    padding: 15px 0;
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 1.23077;
    display: block;
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #86e6fc;
    color: #000;
    text-align: center;
    -webkit-appearance: none;
    width: 100%;
    max-width: -webkit-calc(100% - 40px);
    max-width: calc(100% - 40px);
    vertical-align: bottom;
}
#btn_search .material-icons {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	right: 30px;
}
.li_search {
	padding: 10px 0 0 20px!important;
}
/*----------------------------------

トップページ

------------------------------------*/
#sec_topmenu {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ul_topmenu {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ul_topmenu li {
	margin: 0;
	padding: 0;
	width: 33.3%;
	border-bottom: solid 1px #434343;
	border-right: solid 1px #434343;
	box-sizing: border-box;
}
.ul_topmenu li:nth-child(3),.ul_topmenu li:nth-child(6),.ul_topmenu li:nth-child(8) {
	border-right: none;
}
.ul_topmenu li.w50 {
	width: 50%;
}
.sec_content {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}
.ul_point {
	margin: 0 0 1px;
	padding: 0;
	width: 100%;
	display: table;
}
.ul_point li {
	margin: 0;
	padding: 0;
	min-height: 77px;
	display: table-cell;
	vertical-align: middle;
}
.ul_point li.li_point01 {
	margin: 0;
	padding: 0 0 0 30px;
	text-align: left;
	font-size: 12px;
	font-weight: 300;
}
.ul_point li.li_point02 {
	margin: 0;
	padding: 20px 30px 20px 0px;
	text-align: right;
	font-size: 16px;
	font-weight: 300;
}
/*----------------------------------

コンテンツページ

------------------------------------*/
.sec_title {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #0072bf;
}
.sec_title h1 {
	margin: 0;
	padding: 15px 20px;
	font-size: 18px;
	color: #FFF;
	font-weight: 300;
	line-height: 1.3em;
	letter-spacing: 2px;
}

.ul_content01 {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ul_content01 li {
	margin: 0 0 1px;
	padding: 0px 40px 0 30px;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5em;
}
.ul_content02 {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ul_content02 li {
	margin: 0 0 1px;
	padding: 0px 40px 0 30px;
	position: relative;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5em;
}
a.a_arrow {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
a.a_arrow:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 23px;
  background-image: url(../images/arrow-r.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: calc( 50% - 10px );
  right: -20px;
}

/*.ul_content01 li a:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 23px;
  background-image: url(../images/arrow-r.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: calc( 50% - 10px );
  right: 10px;
}
*/
.ul_content01 li span {
	margin: 0;
	padding: 0;
	font-size: 80%;
	line-height: 1;
}
.ul_content01 li a {
	display: block;
	padding: 15px 0px 15px 0px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
.ul_content02 li a {
	display: block;
	padding: 10px 0px 10px 0px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.ul_content01 li.li_title01 {
	margin: 0 0 1px;
	padding: 5px 20px;
	font-weight: 13px;
}
.h1_content {
	margin: 0 0 0px;
	padding: 0 0 10px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3em;
}
.h1_content span {
	font-size: 80%;
}
.img_content01 {
	margin: 10px 0;
	padding: 0;
}
.txt_content01 {
	margin: 10px 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.8em;
	font-weight: 300;
}
.txt_content02 {
	margin: 10px 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: 300;
}
.txt_content03 {
	margin: 10px 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: 300;
}
.container_content01 {
	margin: 0 0 1px;
	padding: 30px 30px;
	box-sizing: border-box;
	width: 100%;
}
.tb_content01 {
	margin: 0 0 20px;
	padding: 0;
}
.gmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.title01 {
	margin: 0 0 1px;
	padding: 15px 0;
	width: 100%;
	font-size: 19px;
	font-weight: 300;
	text-align: center;
	box-sizing: border-box;
	line-height: 1;
}
.title02 {
	margin: 0 0 1px;
	padding: 10px 30px;
	width: 100%;
	font-size: 17px;
	font-weight: 300;
	text-align: left;
	box-sizing: border-box;
}
.txt_result {
	margin: 0 0 1px;
	padding: 30px 30px;
	width: 100%;
	font-size: 13px;
	font-weight: 300;
	text-align: center;
	box-sizing: border-box;
}
.container_staff {
	margin: 0 auto 1px;
	padding: 30px 10%;
	width: 100%;
	box-sizing: border-box;
}
.box_staff01 {
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}
.box_staff01 img {
	width: 100%;
	height: 30px;
	object-fit: cover;
}
.box_staff02 {
	margin: 0 0 20px;
	padding: 0;
	width: calc( 100% - 50px )
}
.txt_staff01 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5em;
}
.txt_staff02 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5em;
}
.star-rating {
  position: relative;
  width: 5em;
  height: 1em;
  font-size: 20px;

}
.star-rating-front {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #EA7482;
}
.star-rating-back {
  color: #909090;
}
.star-rating-back span {
  color: #000000;
  font-size: 18px;
  padding-left: 20px;
  font-weight: 300;
}
.box_coupon {
	margin: 0 auto;
	padding: 0;
}
.container_qr {
	margin: 0;
	padding: 50px;
	width: 100%;
	box-sizing: border-box;
}
.box_qr {
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	background-color: #FFF;
	width: 80%;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 18px;
}
.box_item01 {
	margin: 0;
	padding: 0;
	width: 40%;
}
.box_item02 {
	margin: 0;
	padding: 0;
	width: 55%;
}
.txt_item01 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.8em;
}
.txt_item02 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.8em;
}
.txt_item03 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.8em;
}
.txt_item04 {
	margin: 0;
	padding: 0;
}
.txt_item04 a {
	color: blue;
	text-decoration: underline;
}
.box_reserve {
	margin: 0 auto 20px;
	padding: 20px 30px;
	width: 90%;
	max-width: 300px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
.s_e_b {
	display: none;
}
.s_e_g {
	display: none;
}
.ul_point li {
	position: relative;
}
.ul_point li .material-icons {
	margin: 0;
	padding: 0;
	font-size: 14px;
	position: relative;
	top: 2px;
	left: -5px;
}

/*アコーディオン*/
.accordion {
	margin: 0;
	padding: 0;
	text-align: left;
}
.accordion li {
	margin: 0 0 1px;
	padding: 0px 0px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 300;
	position: relative;
}
.accordion li p {
	margin: 0;
	padding: 15px 30px;
	font-size: 14px;
}
.accordion li p:after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 9px;
/*  background-image: url(../images/arrow-d.png);*/
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: calc( 50% - 5px );
  right: 12px;
}

.accordion li.X {
	margin: 0 0 1px;
	padding: 0px 0px;
	cursor: auto;
	font-size: 14px;
	font-weight: 300;
	position: relative;
}
.accordion li.X p {
	margin: 0;
	padding: 15px 30px;
	font-size: 12px;
}
.accordion li.X p:after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 9px;
/*  background-image: url(../images/arrow-d.png);*/
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: calc( 50% - 5px );
  right: 12px;
}

.accordion ul.innerX {
	width: 100%
	}
.accordion ul.innerX li{
	padding: 30px 40px;
	position: relative;
	font-size: 12px;
	line-height: 1.8em;
	}
.accordion li.innerX li .close{
	padding: 4px 5px ;
	background: #fff;
	border:1px solid #f0f0f0; 
	border-radius: 10px;
	position: absolute;
	top:6px;right: 10px; 
	font-size: 14px; 
}
.accordion ul.inner {
	display: none;
	width: 100%
	}
.accordion ul.inner li{
	padding: 30px 40px;
	position: relative;
	font-size: 12px;
	line-height: 1.8em;
	}
.accordion li.inner li .close{
	padding: 4px 5px ;
	background: #fff;
	border:1px solid #f0f0f0; 
	border-radius: 10px;
	position: absolute;
	top:6px;right: 10px; 
	font-size: 14px; 
	cursor: pointer;
}
.accordion li p.qanda-q {
	position: relative;
	padding: 30px 50px 30px 70px;
}
.qanda-q:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 52px;
  background-image: url(../images/q.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: calc( 50% - 23px );
  left: 30px;
}
.accordion ul.inner li.qanda-a {
	position: relative;
	padding-left: 70px;
}
.qanda-a:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 52px;
  background-image: url(../images/a.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: calc( 50% - 23px );
  left: 30px;
  z-index: 100;
}

/*ボタン*/
.btn_submit {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}
.button {
  display: inline-block;
  width: 100%;
  height: 44px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  outline: none;
  background-color: #303030;
  color: #FFF;
  border: solid 0.3px #000;
  position: relative;
}
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button:hover {
  background-color: #414141;
  color: #FFF;
  text-decoration: none;
}
.button:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 13px;
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: calc( 50% - 6px );
  right: 10px;
}

.btn_reserve {
	margin: 10px 0;
}
.button02 {
  display: inline-block;
  width: 100%;
  height: 30px;
  text-align: center;
  text-decoration: none;
  line-height: 29px;
  outline: none;
  position: relative;
  font-size: 12px;
}
.button02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button02,
.button02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button02 {
  background-color: #86e6fc;
  color: #000;
  border: solid 0.3px #000;
}
.button02:hover {
  background-color: #414141;
  color: #FFF;
  text-decoration: none;
}
.button02:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 13px;
  background-image: url(../images/arrow-r.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: calc( 50% - 7px );
  right: 10px;
}

/*パンくず*/
.pankuzu {
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
	width: 100%;
}
.pankuzu ul {
	margin: 0;
	padding: 0;
}
.pankuzu ul li {
	margin: 0 0px;
	padding: 0 10px;
	color: #333;
	display: inline-block;
	font-size: 10px;
	line-height: 2.5em;
	position: relative;
}
.pankuzu ul li a {
	color: #333;
	display: block;
	width: 100%;
	height: 100%;
}
.pankuzu ul li a:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 28px;
  background-image: url(../images/pankuzu.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: calc( 50% - 10px );
  right: -5px;
}
/*
.pankuzu {
	margin: 0;
	padding: 0;
	background-color: #0072bf;
	width: 100%;
}
.pankuzu ul {
	margin: 0;
	padding: 0;
}
.pankuzu ul li {
	margin: 0 0px;
	padding: 0 10px;
	color: #FFF;
	display: inline-block;
	font-size: 10px;
	line-height: 2.5em;
	position: relative;
}
.pankuzu ul li a {
	color: #FFF;
	display: block;
	width: 100%;
	height: 100%;
}
.pankuzu ul li a:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 28px;
  background-image: url(../images/pankuzu.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: calc( 50% - 10px );
  right: -5px;
}
*/
/*ページネーション*/
.pagination {
    width: 100%;
    margin: 0 auto;
    position: relative;
    clear: both;
}
.pagination ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 2em 0;
    text-align: center;
}
.pagination ul li {
    display: inline-block;
    min-width: 29px;
    padding: 0 3px 0 2px;
    text-align: center;
    position: relative;
    margin: 0 0.5em;
}
.pagination ul li a {
    color: #59c3dc;
    display: block;
    line-height: 1.8;
    padding: 5px 1em;
    text-decoration: none;
}
.pagination ul li.active a {
    background: #86e6fc;
    text-decoration: none;
}
._sl_new_pager .qp_btn {
    background: #86e6fc;
    color: #5d5d5d;
    padding: 5px 12px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.txt_link {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: center;
}
.txt_link a {
	color: blue;
	text-decoration: underline;
}
.box_logo02 {
	margin: 50px auto 80px;
	padding: 0;
	width: 80%;
	max-width: 250px;
}
/*フォーム*/
.line {
	border: solid 0.3px #86e6fc;
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
}
.required {
	font-size: 80%;
	color: red;
	position: relative;
	top: -2px;
	left: 5px;
}
.link01 {
	display: block;
	padding: 0;
	color: blue;
	text-decoration: underline;
}
.link02 {
	display: block;
	margin: -10px 0 20px;
	padding: 0;
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}
/*
a:visited {
	color: purple;
}
*/
/*--------------------------------------
テキストエリア
---------------------------------------*/

.msr_text_05 {
  padding-bottom: 10px;
  width: 100%;
}
.msr_text_05 label {
  display: block;
  font-size: 14px;
  padding-bottom: 5px;
}
.msr_text_05 input[type=tel],
.msr_text_05 input[type=text] {
  background: #fff;
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  padding: 10px;
  height: 40px;
  width: 100%;
  margin-bottom: 10px;
}
.msr_text_05 input[type=password] {
  background: #fff;
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  padding: 10px;
  height: 40px;
  width: 100%;
  margin-bottom: 10px;
}

.msr_text_06 {
  padding-bottom: 10px;
  width: 100%;
}
.msr_text_06 label {
  display: block;
  font-size: 14px;
  padding-bottom: 5px;
}
.msr_text_06 input[type=tel],
.msr_text_06 input[type=text] {
  background: #fff;
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  padding: 10px;
  height: 40px;
  margin-right: 5px;
  margin-bottom: 10px;
}

/*--------------------------------------
ラジオボタン
---------------------------------------*/

.msr_radio_05 {
  padding-bottom: 20px;
}
.msr_radio_05 p {
  font-size: 14px;
  padding-bottom: 5px;
  margin: 0;
}
.msr_radio_05 input[type=radio] {
  display: none;
  margin: 0;
}
.msr_radio_05 input[type=radio] + label {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5px;
  margin-right: 12px;
  padding: 0 0 0px 24px;
  position: relative;
}
.msr_radio_05 input[type=radio] + label::before {
  border: 1px solid #777777;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  margin-top: -9px;
  position: absolute;
  left: 0;
  top: 50%;
  height: 16px;
  width: 16px;
  background-color: #FFF;
}
.msr_radio_05 input[type=radio]:checked + label::after {
  background: #333333;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  margin-top: -4px;
  position: absolute;
  left: 4px;
  top: 0;
  height: 8px;
  width: 8px;
}

/*--------------------------------------
チェックボックス
---------------------------------------*/

.msr_chack_05 {
  padding-bottom: 20px;
}
.msr_chack_05 p {
  font-size: 14px;
  padding-bottom: 5px;
}
.msr_chack_05 input[type=checkbox] {
  display: none;
  margin: 0;
  position: relative;
}
.msr_chack_05 input[type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 2em;
  margin-right: 12px;
  padding: 0 0 0 24px;
  position: relative;
}
.msr_chack_05 input[type=checkbox] + label::before {
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  margin-top: -9px;
  position: absolute;
  left: 0;
  top: 55%;
  height: 16px;
  width: 16px;
  background-color: #ffffff;
}
.msr_chack_05 input[type=checkbox]:checked + label::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 55%;
}
.msr_chack_05 input[type=checkbox]:checked + label::after {
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  left: 3px;
  margin-top: -6px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  height: 6px;
  width: 10px;
}

/*--------------------------------------
プルダウン
---------------------------------------*/

.msr_pulldown {
  padding: 0px;
  margin: 0 0 20px;
  position: relative;
  width: 100%;
}
.msr_pulldown p {
	margin: 0;
  font-size: 14px;
  padding-bottom: 0;
}
.msr_pulldown select {
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  background:#86e6fc;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  padding: 10px 30px;
  margin: 0;
  border: none;
  position:relative;
  height: 40px;
  width: 100%;
  font-size: 14px;
  border: solid 0.3px #999;
}
.msr_pulldown label{
  position:relative;
}
.msr_pulldown label::after {
  content:"";
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  right: 16px;
  height: 8px;
  margin-top: -5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position:absolute;
  top:50%;
  width: 8px;
}



.msr_pulldown_05 {
  padding: 0px;
  margin: 0 0 1px;
  position: relative;
  width: 100%;
}
.msr_pulldown_05 p {
	margin: 0;
  font-size: 14px;
  padding-bottom: 0;
}
.msr_pulldown_05 select {
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  background:#86e6fc;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  padding: 10px 30px;
  margin: 0;
  border: none;
  position:relative;
  height: 40px;
  width: 100%;
  font-size: 14px;
}
.msr_pulldown_05 label{
  position:relative;
}
.msr_pulldown_05 label::after {
  content:"";
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  right: 16px;
  height: 8px;
  margin-top: -5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position:absolute;
  top:50%;
  width: 8px;
}

/*--------------------------------------
ファイル選択
---------------------------------------*/

.msr_file_05 {
  padding-bottom: 20px;
  width: 100%;
}

.msr_file_05 label {
  border: 0.3px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  display:block;
  font-size:14px;
  padding: 10px;
  position:relative;
  height: 40px;
  width: 230px;
}
.msr_file_05 label::before {
  content:"＋";
  color:#333333;
  font-size:20px;
  line-height:1;
  margin-top: -9px;
  right:10px;
  position:absolute;
  top:50%;
}
.msr_file_05 input[type=file] {
  display: none;
}


/*--------------------------------------
テキストエリア
---------------------------------------*/

.msr_textarea_05 {
  padding-bottom: 10px;
  width: 100%;
}
.msr_textarea_05 label {
  display: block;
  font-size: 14px;
  padding-bottom: 5px;
}
.msr_textarea_05 textarea {
  border: 0.3px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 13px;
  padding: 10px;
  height: 210px;
  width: 100%;
}

/*--------------------------------------
送信ボタン
---------------------------------------*/
input[type="submit"]{
-webkit-appearance: none;
}
input[type="reset"]{
-webkit-appearance: none;
}
.msr_sendbtn_04{
  margin:0 0 10px;
  position: relative;
}

.msr_sendbtn_04 input[type=submit] {
  background-color: #86e6fc;
  border:0.3px solid #999999;
  border-radius: 2px;
  color: #000;
  cursor:pointer;
  display: block;
  font-size: 14px;
  padding: 14px!important;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width:100%;
  max-width: calc(100% - 40px);
  position: relative;
  margin: 10px 20px;
}
.msr_sendbtn_04:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 13px;
  background-image: url(../images/check2.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: calc( 50% - 6px );
  right: 30px;
  z-index: 100;
}

.msr_sendbtn_04 input[type=submit]:hover {
  background-color: #999999;
  color: #FFFFFF;
}
.msr_sendbtn_04 input[disabled=disabled] {
  cursor:default;
  opacity: 0.5;
}
.msr_sendbtn_04 input[disabled=disabled]:hover {
  background-color: #FFFFFF;
  color: #333333;
}

.msr_sendbtn_05{
  margin:0 0 10px;
  position: relative;
}
.msr_sendbtn_05 input[type=submit] {
  background-color: #303030!important;
  border:0.3px solid #999999;
  border-radius: 2px;
  color: #FFF;
  cursor:pointer;
  display: block;
  font-size: 14px;
  padding: 14px!important;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 100%;
  position: relative;
}
.msr_sendbtn_05:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 13px;
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: calc( 50% - 6px );
  right: 10px;
  z-index: 100;
}

.msr_sendbtn_05 input[type=submit]:hover {
  background-color: #999999;
  color: #FFFFFF;
}
.msr_sendbtn_05 input[disabled=disabled] {
  cursor:default;
  opacity: 0.5;
}
.msr_sendbtn_05 input[disabled=disabled]:hover {
  background-color: #FFFFFF;
  color: #333333;
}

.msr_reset_05{
  margin:0 0 10px;
  position: relative;
}

.msr_reset_05 input[type=reset] {
  background-color: #EAEAEA;
  border:0.3px solid #999999;
  border-radius: 2px;
  color: #333333;
  cursor:pointer;
  display: block;
  font-size: 14px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 100%;
  position: relative;
}
.msr_reset_05:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 13px;
  background-image: url(../images/btn_reset.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: calc( 50% - 6px );
  right: 10px;
  z-index: 100;
}

.msr_reset_05 input[type=submit]:hover {
  background-color: #999999;
  color: #FFFFFF;
}
.msr_reset_05 input[disabled=disabled] {
  cursor:default;
  opacity: 0.5;
}
.msr_reset_05 input[disabled=disabled]:hover {
  background-color: #FFFFFF;
  color: #333333;
}



.btn_submit {
  margin:0px auto 0px;
  padding: 30px 10%;
  position: relative;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.btn_submit input[type=submit] {
  background-color: #86e6fc;
  border: 0.3px solid #999999;
  color: #333333;
  cursor:pointer;
  display: block;
  font-size: 14px;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.btn_submit:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 13px;
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: calc( 50% - 6px );
  right: 15%;
  z-index: 100;
}

.btn_submit input[type=submit]:hover {
  background-color: #999999;
  color: #FFFFFF;
}
.btn_submit input[disabled=disabled] {
  cursor:default;
  opacity: 0.5;
}
.btn_submit input[disabled=disabled]:hover {
  background-color: #FFFFFF;
  color: #333333;
}

table#tblP2 div {
	padding:5px 10px;
}

table#tblP2 div.line {
	padding:0;
}

input.bgg1 {
	background-color:#e8e8e8!important;
}

.faqgrp {
	font-size:18px;
	margin-top:20px;
}

.faqgrpend {
	font-size:12px;
	margin-bottom:20px;
	width:100%;
	text-align:right;
}

.faqmenu {
	width:100%;
	text-align:center;
	margin-top:20px;
}

.faqmenu a {
/*	text-decoration:underline;*/
	color:#00F;
}



.mychkbox {
	margin:			0 0 10px 20px;
}
/* ラベルのスタイル　*/
.mychkbox label {
/*	padding-left:	38px;			/* ラベルの位置 * /
	font-size:		32px;*/
	font-weight:	normal;
	padding:		10px 60px 0 0px;
	line-height:	32px;
	display:		inline-block;
	cursor:			pointer;
	position:		relative;
}

/* ボックスのスタイル */
.mychkbox label:before {
	content:		'';
	width:			32px;			/* ボックスの横幅 */
	height:			32px;			/* ボックスの縦幅 */
	display:		inline-block;
	position:		absolute;
	right:			20px;
	background-color:	#fff;
	box-shadow:		inset 1px 2px 3px 0px #000;
	border-radius:		6px 6px 6px 6px;
}
/* 元のチェックボックスを表示しない */
.mychkbox input[type=checkbox] {
	display:		none;
}
/* チェックした時のスタイル */
.mychkbox input[type=checkbox]:checked + label:before {
	content:		'\2713';		/* チェックの文字 */ 
	font-size:		34px;			/* チェックのサイズ */
	color:			#fff;			/* チェックの色 */
	background-color:	#06f;			/* チェックした時の色 */
}

