@import url(//use.fontawesome.com/releases/v5.7.2/css/all.css);
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
p {
    padding-bottom: 10px;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
input, textarea {
	margin: 0;
	padding: 0;
}
ol, ul{
    list-style:none;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
.cf:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
img {
	width:100%;
	max-width:100%;
	height:auto;
	display:block;
}
table {
	width:100%;
}
a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
a {
    color: #000;
}
a:hover {
    color: #000;
	text-decoration:none;
}

.mb0 {
    margin-bottom: 0 !important;
}
.mb15 {
    margin-bottom: 15px;
}
/*--bootstrap_reset----------*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 570px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 760px;
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1100px;
  }
}
/*---------------------------*/
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
	background-color:#FFF;
	color:#000;
	font-size: 15px;
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family:'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
    line-height: 1.65;
	-webkit-text-size-adjust: none;
}
.only-pc {
	display: none;
}
h1 {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 20px 10px 5px 9.5%;
}
h1 + p {
    padding: 5px 10px 20px 9.5%;
    line-height: 1.2;
    font-size: 0.9rem;
}
.address {
    background-color: #CCC;
    color: #FFF;
    position: absolute;
    left: 75%;
    top: 0;
    width: 25%;
    height: 92px;
    text-align: center;
    vertical-align: middle;
    z-index: -10;
}
.address a {
    color: #FFF;
    display: block;
    height: 92px;
    line-height: 92px;
    width: 100%;
}
.address a:hover {
    color: #000;
    display: block;
    padding-top: 20px;
}
#mainimg {
    position:relative;
}

@media (max-width: 576px) {
    h1 {
        font-size: 1.2rem;
        font-weight: bold;
        padding: 10px 10px 5px 5px;
        width: 72%;
    }
    h1 + p {
        padding: 5px 10px 10px 5px;
        line-height: 1.2;
        font-size: 0.9rem;
        width: 72%;
    }
    .address {
        font-size: 1.8rem;
        height: 110px;
        line-height: 110px;
    }
    .address span {
        display: none;
    }
}
@media (max-width: 350px) {
    .address {
        font-size: 1.8rem;
        height: 135px;
        line-height: 135px;
    }
}

section {
    margin-bottom:60px;
}
h2 {
    font-size: 1.6rem;
    border-left: solid 4px #D55B83;
    margin-bottom: 10px;
    padding:10px;
}
h3 {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 10px 10px 5px;
}
h3 i {
    color: #D2537C;
}
.mindex p {
    margin-bottom: 10px;
}
.mindex article {
    border-bottom: dotted 1px #AAA;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.more {
    padding-top: 15px;
    position: relative;
    left: 83%;
}
.more a {
    border: solid 1px #CCC;
    border-radius: 4px;
    background-color: #CCC;
    color: #000;
    font-size: 0.85rem;
    padding: 10px 20px;
    text-align: center;
}
.more a:hover {
    background-color: #D55B83;
    color: #FFF;
    font-weight: bold;

}
@media (max-width: 768px) {
    .more {
        position: relative;
        left: 40%;
}
}
.company-t,
.company-t tr,
.company-t tr td {
    border: solid 1px #CCC;
    border-collapse: collapse;
    padding: 10px;    
}
.company-t tr td:first-child {
    background-color: #F7F7F7;
    width: 24%;
}

.point li,
.point02 li {
	border-bottom:dotted 1px #CCC;
	margin-bottom:5px;
	padding-bottom:3px;
}
.point li:last-child,
.point02 li:last-child {
	margin-bottom:0;
}
.point li i {
    color: #D55B83;
}
img.f-right {
    float: right;
    width: 35% !important;
    margin: 0 0 10px 10px;
}
img.f-left {
    float: left;
    width: 35% !important;
    margin: 0 10px 10px 0;
}

.items {
    border-bottom: dotted 1px #4A0000;
    clear: both;
    font-size: 12.5px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.items img {
    float: left;
    width: 20%;
    height: auto;
    margin-right: 10px;
}
.items span {
    display: block;
    margin-bottom: 10px;
}

/*---navi----*/
.side-nav,
.contents {
    margin-top: 30px;
}
.side-nav {
    font-size: 0.85rem;
    margin-bottom: 0px;
}
.side-nav li {
    border-bottom: solid 1px #BBB;
    line-height: 1.3;
    padding: 0;
}
.side-nav li a {
    display: block;
    padding: 20px 0 20px 5px;
}
.side-nav li a::before {
    content: '\f0da';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #333;
    margin-right: 5px;
}
.side-nav li a.on,
.side-nav li a:hover {
    background-color: #F7F7F7;
    font-weight: bold;
}
.menubtn {
    border-bottom: solid 1px #BBB;
    color: #000;
    display: block;
    padding: 20px 0 20px 5px;    
    width:100%;
}
.menubtn i {
    display: inline;
}

@media (min-width: 768px) {
.only-smp {
	display: none;
}
.only-pc {
	display: inherit;
}
}
/*---footer------*/
footer {
    background-color: #F7F7F7;
    border-top: solid 1px #D55B83;
    font-size: 0.85rem;
}
footer p {
    clear: both;
    font-size: 0.75rem;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}


/*mailform 仮*/

div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
form#mailformpro {
	padding: 10px 0px;
    background-color: #FFF;
}
form#mailformpro dl dt {
	float: left;
	font-weight:bold;
	width: 180px;
	clear: both;
	padding: 10px 0px;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
}
form#mailformpro dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 10px 210px;
	text-align: left;
}
select {
	padding:0 10px;
	font-size:16px;
}

@media screen and (max-width: 620px) {
dl.mailform {
	padding:0 8px;
}
form#mailformpro dl dt {
	float:inherit;
	font-weight:bold;
	display:block;
	width: auto;
	clear: both;
	padding: 10px 0px 0px 0px;
	text-align: left;
	border-top: solid 1px #CCC;
	margin: 0px;
}
form#mailformpro dl dd {
	display:block;
	border-top:none;
	margin: 0px;
	padding: 10px 5px 10px 5px;
	text-align: left;
}
}
di.mailform {
	padding:0 0;
}

form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.must {
	display: block;
	background-color: #FFF;
	border: solid 1px #C00;
	padding: 2px 5px;
	font-size: 10px;
	color: #C00;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	width:90%;
}
form#mailformpro label ul li {
	padding:8px 0px;
}

form#mailformpro label.mfp_checked {
	padding: 3px;
	border: solid 1px #CCC;
	background-color: #E8EEF9;
}
form#mailformpro label.mfp_not_checked {
	padding: 3px;
	border: solid 1px #EEE;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F7F7F7;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	font-size: 12px;
	border-top: solid 1px #CCC;
	padding: 5px 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 40%;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(images/mfp_loading.gif);
}
.mfp_colored {
	background-color: #F7F7F7;
}
.mfp_achroma {
	background-color: #FFF;
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
	background-image: url(images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
button.mfp_next,button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}
ul#mfp_phase_stat {
	padding: 10px;
}
ul#mfp_phase_stat li {
	float: left;
	padding: 8px 15px;
	border-radius: 3px;
	margin: 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	bos-shadow: none;
	padding: 8px 5px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	background-color: #E8EEF9;
	box-shadow: 0px 0px 5px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-color: #CCC;
	color: #666;
	box-shadow: 0px 0px 5px #CCC;
}
div#mfp_shopping_cart {
	border: solid 1px #CCC;
	margin: 0px;
	padding: 0px;
}
div#mfp_shopping_cart p {
	margin: 0px;
	text-align: center;
	padding: 20px 10px;
	font-size: 12px;
	background-color: #FEE;
}
table.mfp_shoppingcart {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.mfp_shoppingcart thead tr td {
	background-color: #EEE;
	border-bottom: solid 1px #CCC;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
table.mfp_shoppingcart tbody tr th,table.mfp_shoppingcart tbody tr td {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
table.mfp_shoppingcart tbody tr td select {
	display: block;
	margin: 0px auto;
	text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
	text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding: 3px 0px;
}
table.mfp_shoppingcart tfoot tr td {
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	color: #900;
}
td.msc_price {
	font-size: 12px;
	text-align: right;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_cancel {
}
.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}
.mfp_element_all {
	max-width: 100%;
}
input[type="text"],
input[type="tel"],
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
textarea {
	border: solid 1px #CCC;
	border-radius: 2px;
	box-shadow: 0px 0px 2px #CCC inset;
	padding: 3px 8px;
	margin: 2px;
	vertical-align: middle;
	height:30px;
	font-size:14px;
}
textarea {
	border: solid 1px #CCC;
	border-radius: 2px;
	box-shadow: 0px 0px 2px #CCC inset;
	padding: 3px 8px;
	margin: 2px;
	vertical-align: middle;
    width: 85% !important;
    height: 200px !important;
}
input[type="submit"],input[type="reset"],input[type="button"] {
	border-radius: 5px;
	padding: 5px 10px;
	border: solid 1px #CCC;
	/*background: gradient(linear, center top, center bottom, from(#FFF), to(#F7F2EA));
	background: -webkit-gradient(linear, center top, center bottom, from(#FFF), to(#F7F2EA));
	background: -moz-linear-gradient(top, #FFF, #F7F2EA);
	background: -ms-linear-gradient(top, #FFF 0%, #F7F2EA 100%);*/
    background-color: #CCC;
	font-size: 20px;
	cursor: pointer;
	outline: none;
}
input[type="reset"] {
	color: #333;
	font-size:14px;
}
input[type="submit"]:hover ,input[type="reset"]:hover ,input[type="button"]:hover  {
	/*background: gradient(linear, center top, center bottom, from(#F7F2EA), to(#F7F2EA));
	background: -webkit-gradient(linear, center top, center bottom, from(#F7F2EA), to(#F7F2EA));
	background: -moz-linear-gradient(top, #F7F2EA, #F7F2EA);
	background: -ms-linear-gradient(top, #F7F2EA 0%, #F7F2EA 100%);*/
    background-color: #D55B83;
    color: #FFF;
}
input#mfp_reserve_item,input#mfp_reserve_date {
	display: none;
}

.mfp_colored,
.color {
	background-color: #F7F7F7;
}
#mindex .mfp_colored,
#mindex .color {
	background-color: #F7F7F7;
}
.mfp_achroma {
	background-color: #FFF;
}

