<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	background-color: #FFFFFF;
}

html{
	height:100%;
	width:100%;
}

html&gt;body{
height:auto;
}

h1 {
	font-size: 0.9em;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2 {
	display: table-cell;
	vertical-align: middle;
	font-size: 3.5em;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-weight: normal;
}

h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 2.3em;
}

h4 {
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #333333;
}

h4 a {
	color: #333333;
}

/* ==================== リンク ==================== */
a	{
	color: #00A0E8;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

img {
	border-style: none;
}

a:hover img {
	opacity: 0.8;
}

h3 a {
	color: #000000;
	text-decoration: none;
}

h3 a:hover	{
	text-decoration: underline;
}

/* ==================== ヘッダー ==================== */
#head {
	width: 100%;
}

#head_in {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

.header_logo	{
	width: 300px;
	float: left;
}

.header_logo a:hover img	{
	opacity: 1.0;
}

header {
	display:none;}

/* ==================== コンテンツ ==================== */

/* ナビゲーション */

#navi {
	width: 660px;
	float: right;
	display: table;
	table-layout: fixed;
	margin-top: 20px;
}

#navi li {
	display: table-cell;
	vertical-align: middle;
	border-left: 1px #CCCCCC solid;
}

#navi li:nth-last-of-type(1) {
	border-right: 1px #CCCCCC solid;
}

#navi li a {
	font-weight: normal;
	text-align: center;
	font-size: 0.9em;
	color: #333333;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0;
}
#navi li a:hover {
	background-color: rgba(255,196,196,0.50);
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* メイン */

#main {
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 600px;
	overflow: hidden;
}

#main_price {
	display: table;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 400px;
	background-image: url(../images/price_ph.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#main_staff {
	display: table;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 400px;
	background-image: url(../images/staff_ph.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#main_style {
	display: table;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 400px;
	background-image: url(../images/style_ph.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#main_contact {
	display: table;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 400px;
	background-image: url(../images/contact_ph.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#main_blog {
	display: table;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 400px;
	background-image: url(../images/blog_ph.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}


/* サブメイン */

.page_main {
	width: 100%;
	height: 300px;
	position: relative;
  }

.page_main .bg-title {
	 font-weight: bold;
	color: #FFF;
	font-size: calc(32 / 1200 * 100vw);
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  }
  
 .page_main .bg-img {
	 width: 100%;
	 height: 300px;
	 overflow: hidden;
	 position: absolute;
	 top: 0;
	 left: 0;
	 z-index: 1;
	 
  }
   .page_main .bg-img img {
	 width: 100%;
  }

/* コンテンツ */

.content {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
	font-size: 1em;
	box-sizing: border-box;
}

.content p {
	margin-top: 20px;
}

.content h2 {
	width: 100%;
	font-size: 1.8em;
	font-weight: normal;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0;
	padding-bottom: 20px;
}

.content h3 {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 50px;
}

.in_box {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	padding-bottom: 70px;
	line-height: 1.5em;
	text-align: left;
}

.in_box p {
	line-height: 1.8em;
	font-size: 1.2em;
}

.midashi {
	width: 100%;
	margin-bottom: 50px;
	padding-top: 0px;
	padding-bottom: 40px;
	text-align: center;
	font-size: 2.2em;
	box-sizing: border-box;
	border-bottom: 1px solid #BBBBBB;
}

.left_box {
	float: left;
	width: 50%;
}

.right_box {
	float: right;
	width: 50%;
}

.line_box {
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 1px dashed #B1B1B1;
	border-bottom: 1px dashed #B1B1B1;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.line_box p {
	margin-top: 0;
}

#main_concept {
	width: 100%;
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	height: 100%;
	background-image: url(../images/back-concept.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #FFFFFF;
}

#main_concept .title {
	font-weight: bold;
	font-size: 1.3em;
}

/* ==================== お知らせ ==================== */

#news {
	width: 1000px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

#news dl {
	margin: 0;
	padding: 0;
	width: 95%;	
}

#news dt {
	font-size: 0.9em;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 3px;
}

#news dd {
	margin-left: 30px;
	margin-bottom: 8px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #CCC;
}

#news dd h3 {
	font-size: 1.2em;
	text-align: left;
	margin: 0;
	padding: 0;
}


/* ==================== 特徴 ==================== */

.feature_box {
	width: 100%;
	padding-top: 50px;
	box-sizing: border-box;
	background-color: #F7EEDD;
}

.feature_box img {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.feature_box_back1 {
	background-color: #AA3C3C;
}

.feature_box_back2 {
	background-color: #E3964D;
}

.feature_box_back3 {
	background-color: #B18E71;
}

.feature_box1 {
	width: 100%;
	height: 410px;
	box-sizing: border-box;
	position: relative;
}

.feature_box1_left {
	margin: 0;
	padding: 0;
	width: 480px;
	position: absolute;
	top: 30px;
	right: 50%;
	z-index: 2;
}

.feature_box1_right {
	margin: 0;
	padding-top: 90px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 90px;
	width: 60%;
	height: 250px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	color: #FFFFFF;
	font-size: 1em;
	box-sizing: border-box;
}

.feature_box1_right dl{
	width: 50%;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
  display:flex;
  flex-wrap: wrap;
}
.feature_box1_right dt{
	width: 45%;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
}
.feature_box1_right dt h3 {
	font-size: 1.7em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.feature_box1_right dd{
	margin: 0;
	padding: 0;
	width: 55%;
	box-sizing: border-box;
	text-align: left;
}

.feature_box1_right dd a {
	font-size: 3em;
	color: rgba(0,0,0,0.4);
}

.feature_box2 {
	width: 100%;
	height: 410px;
	box-sizing: border-box;
	position: relative;
}

.feature_box2_right {
	margin: 0;
	padding: 0;
	width: 480px;
	position: absolute;
	top: 30px;
	left: 50%;
	z-index: 2;
}

.feature_box2_left {
	margin: 0;
	padding-top: 90px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 90px;
	width: 60%;
	height: 250px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #FFFFFF;
	font-size: 1em;
	box-sizing: border-box;
}

.feature_box2_left dl{
	width: 50%;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
  display:flex;
  flex-wrap: wrap;
}
.feature_box2_left dt{
  width: 55%;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
}
.feature_box2_left dt h3 {
	font-size: 1.7em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.feature_box2_left dd{
	margin: 0;
	padding: 0;
	width: 45%;
	box-sizing: border-box;
	text-align: left;
}

.feature_box2_left dd a {
	font-size: 3em;
	color: rgba(0,0,0,0.4);
}

/* ========== ごあいさつ ========== */

.name_box {
	text-align: right;
	margin-top: 80px;
}

/* ========== リストボックス ========== */

.list4 ul {
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}
.list4 li {
	list-style-type : none;
	width: 25%;
	float: left;
	text-align: center;
}

.list3 ul {
	margin: 0;
	padding: 0;
}

.list3 li {
	list-style-type : none;
	width: 32.8%;
	float: left;
	margin-top: 5px;
	margin-bottom: 40px;
	box-sizing: border-box;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
}
.list3 li h3 {
	color: #DF3939;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}

.list3 li p {
	font-size: 1em;
	width: 90%;
	text-align: center;
	margin-top: 0;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}

.list2 ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.list2 li {
	list-style-type : none;
	width: 45%;
	float: left;
	margin-top: 5px;
	margin-bottom: 40px;
	margin-right: 6%;
	box-sizing: border-box;
	text-align: center;
}
.list2 li:nth-of-type(2n) {
	margin-right: 0;
}


.list2 li h3 {
	color: #DF3939;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}

.list2 li p {
	font-size: 1.1em;
	width: 90%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

/* ========== ギャラリー ========== */

.ul-gallery {
	height: 100%;
	box-sizing: border-box;
}
.ul-gallery ul {
	margin: 0;
	padding: 0;
}

.ul-gallery li {
	list-style: none;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	width: 32%;
	box-sizing: border-box;
	text-align: center;
	margin-top: 0;
	margin-bottom: 8px;
	padding: 0;
}

/* ========== BLOG ========== */

.ul-blog {
	height: 100%;
	box-sizing: border-box;
}
.ul-blog ul {
	margin: 0;
	padding: 0;
}

.ul-blog li {
	list-style: none;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	width: 32%;
	box-sizing: border-box;
	text-align: center;
	margin-top: 0;
	margin-bottom: 8px;
	height: 380px;
	overflow: hidden;
}

.ul-blog li a {
	color: #333333;
}

.ul-blog li .title {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	box-sizing: border-box;
	text-align: left;
}


.blog_midashi {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 50px;
	padding-bottom: 40px;
	text-align: center;
	font-size: 2.0em;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	box-sizing: border-box;
	background-color: #EEEEEE;
}


.blog_box img {
	text-align: center;
	margin-bottom: 30px;
}

.blog_box p {
	margin-bottom: 60px;
	font-size: 1.2em;
	line-height: 1.5em;
}

/* ========== 共通box ========== */

.y_box {
	background-color: #F1F0C2;
	padding: 30px;
	border-radius: 8px;
}

.y_box p {
	font-size: 1.3em;
	margin-top: 0;
	margin-bottom: 20px;
}

.y_back {
	background-color: #F9F3E5;
	padding-top: 40px;
	padding-bottom: 40px;
}

.r_box {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F6D2D2;
	padding: 30px;
	border-radius: 8px;
	margin-top: 40px;
	text-align: center;
	box-sizing: border-box;
}

.r_box h3 {
	color: #6E0A0A;
	font-size: 1.6em;
	margin-top: 20px;
	margin-bottom: 20px;
}

.r_box h4 {
	color: #1EAAA3;
	font-size: 1.5em;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.r_box p {
	font-size: 1.3em;
	margin-top: 0;
	margin-bottom: 20px;
}

.r_box .txt {
	font-size: 1.3em;
	text-align: left;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.btn {
	width: 40%;
	margin-top: 50px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	border: 1px #333333 solid
}

.btn a {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	color: #333;
	font-size: 1em;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.btn a:hover {
	background-color: #F0BED0;
}

.btn a:after {
	display: block;
	content: "";
	position: absolute;
	top: 40%;
	right: 15px;
	width: 15px;
	height: 15px;
	margin: -4px 0 0 0;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tel a {
	cursor: default;
	pointer-events: none;
	color: #FFFFFF;
}

.gmap {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* ==================== 画像 ==================== */
.alignleft	{float: left;
	margin-right: 20px;
	margin-bottom: 20px;}

.alignright	{float: right;
	margin-left: 20px;
	margin-bottom: 20px;}

.aligncenter	{clear: both;
	display: block;
	margin: 25px auto;}

a img	{border: none;}
.overlay:hover {
	opacity:0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60);
		}
.sp_image {
	display:none;}
.sp_image_box50 {
	display:none;}
.pc_image {
	display:block;}

/* ==================== フッター ==================== */
#foot {
	color: #FFFFFF;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 20px;
	box-sizing: border-box;
	background-color: #333333;
}

#foot_in {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 1100px;
	font-size: 1em;
}

#foot_in .navi {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin-bottom: 20px;
}

#foot_in .navi li {
	width: 20%;
	display: table-cell;
	vertical-align: middle;
	border-left: 1px #CCCCCC solid;
	text-align: center;
}

#foot_in .navi li:nth-last-of-type(1) {
	border-right: 1px #CCCCCC solid;
}

#foot_in .navi li a {
	font-weight: normal;
	text-align: center;
	font-size: 0.9em;
	color: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0;
}
#foot_in .navi li a:hover {
	background-color: rgba(255,196,196,0.50);
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#foot_in .foot_box {
	width: 50%;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

#foot_in .foot_left {
	float: left;
	width: 40%;
	box-sizing: border-box;
	text-align: right;
}

#foot_in .foot_left img {
	width: 50%;
}

#foot_in .foot_right {
	float: right;
	width: 60%;
	padding-left: 20px;
	box-sizing: border-box;
}

.copyright {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.8em;
	background-color: #2A2A2A;
	color: #FFFFFF;
}

.sp-fix-footer {
        display:none;
    }

/*---- pagetop ----*/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 60px;
	font-size: 36px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	line-height: 36px;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 100px;
	text-align: center;
	display: block;
	border-radius: 8px;
	background-color: #C8CDD0;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #B0B7BC;
}

/* ========== Table ========== */

span.wpcf7-list-item {
	margin: 0px !important;
}

span.wpcf7-list-item-label {
	margin-right: 1em !important;
}

input[type="submit"] {
	display: block;
	padding: 10px 25px !important;
	font-size: 1.1em !important;
	cursor: pointer;
	background-color: #CDEAF0 !important;
	border: 1px solid #3399FF;
	margin-left: auto;
	margin-right: auto;
	width: 180px;
	margin-top: 50px;
}

input[type="submit"]:hover {
	background-color: #EAF6F8 !important;
	border: 2px solid #3399FF;
}

.form_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.form_table {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	margin-top: 10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.form_table th {
	border: 1px solid #cccccc;
	padding: 15px;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	width: 30%;
	background-color: #ECECEC;
}

.form_table td {
	border: 1px solid #cccccc;
	padding: 15px;
}
.form_table p {
	margin-top: 10px;
}

input[type="radio"]{
	vertical-align: middle;
}
input[type="text"],input[type="email"],input[type="tel"],textarea,select {
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 16px;
}
input[type="text"]:focus,input[type="email"]:focus,input[type="tel"]:focus,textarea:focus,input[type="text"]:hover,input[type="email"]:hover,input[type="tel"]:hover,textarea:hover,.input_btn:hover {
	border:2px solid #3399FF;
}

textarea {
	width: 85% !important;
	height: 200px;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
    border-radius: 0px;
    box-shadow: none;
}

.mfp_element_submit,.mfp_element_reset,.mfp_element_button,button.mfp_next,button.mfp_prev {
    border-radius: 0px;
    background: none;
    text-shadow: none;
    font-size: 18px;
    cursor: pointer;
    outline: none;
}

.mfp_element_submit:hover,.mfp_element_reset:hover,.mfp_element_button:hover,button.mfp_next:hover,button.mfp_prev:hover {
    background: none;
    box-shadow: none;
}

.mfp_element_submit {
    border-radius: 0px;
    padding: 0;
    border: none;
    background: none;
    text-shadow: none;
    font-size: 18px;
    cursor: pointer;
    outline: none;
}

.mfp_element_submit:hover {
    background: none;
    box-shadow: none;
}

input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}

input[type="text"],input[type="email"],input[type="tel"] {
    -webkit-appearance: none;
}
textarea {
    -webkit-appearance: none;
}

.s_table {
	width: 800px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	margin-bottom: 80px;
}

.s_table th {
	width: 10%;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #EB8D8D;
	color: #710E0E;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
}
.s_table td {
	width: 40%;
	font-size: 1.1em;
	text-align: left;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 12px;
	background-color: #FFFFFF;
}

.s_table .s_table_txt {
	width: 450px;
	text-align: left;
}

.f_table {
	border-collapse: collapse;
	width: 100%;
	font-size: 1.1em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 40px;
	border: 1px solid #CCCCCC;
}

.f_table th {
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 20px;
	padding-bottom: 12px;
	text-align: left;
	font-weight: normal;
	width: 200px !important;
	border-bottom: 1px solid #CCCCCC;
}

.f_table td {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 25px;
	padding-bottom: 12px;
	border-left: 1px solid #CCCCCC;
}

.info_table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #BBBBBB;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.info_table th {
	width: 40%;
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #EEEEEE;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	box-sizing: border-box;
}
.info_table td {
	width: 60%;
	font-size: 1.1em;
	text-align: left;
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	padding-top: 20px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

.price_table {
	width: 800px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	background-color: #FFFFFF;
}

.price_table tr.red_back {
	background-color: #F6D2D2;
}

.price_table th {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #EEEEEE;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	width: 200px;
}
.price_table td {
	font-size: 1.1em;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 12px;	
}

.required_box {
	float: right;
	width: 31px;
}

/* ========== SNS ========== */
.sns_box	{
	display: none;
}

/* ========== 共通 ========== */
.mt_3 { margin-top: 3px;}
.mt_5 { margin-top: 5px;}
.mt_9 {
	margin-top: 9px;
}
.mt_13 { margin-top: 13px;}
.mt_10 { margin-top: 10px;}
.mt_15 { margin-top: 15px;}
.mt_18 { margin-top: 18px;}
.mt_20 { margin-top: 20px;}
.mt_25 { margin-top: 25px;}
.mt_23 { margin-top:23px;}
.mt_30 { margin-top:30px;}
.mt_40 { margin-top:40px;}
.mt_50 { margin-top:50px;}
.mt_80 { margin-top:80px;}
.mt_90 { margin-top:90px;}
.mb_5 {
	margin-bottom: 5px;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_40 {
	margin-bottom: 40px;
}
.mb_50 {
	margin-bottom: 50px;
}
.mb_60 {
	margin-bottom: 60px;
}
.mb_70 {
	margin-bottom: 70px;
}
.ml_9 {
	margin-left: 9px;
}
.ml_10 { margin-left: 10px;}
.ml_15 { margin-left: 15px;}
.ml_20 { margin-left: 20px;}
.ml_30 { margin-left: 30px;}
.ml_40 { margin-left: 40px;}
.ml_45 { margin-left: 45px;}
.ml_50 {
	margin-left:50px;
}
.ml_55 {margin-left:55px;}
.ml_95 {
	margin-left:95px;
}
.ml_100 {margin-left:100px;}
.ml_120 {margin-left:120px;}
.ml_140 {
	margin-left:140px;
}
.mr_5 { margin-right:5px;}
.mr_10 { margin-right:10px;}
.mr_15 { margin-right:15px;}
.mr_20 { margin-right:20px;}
.mr_25 { margin-right:25px;}
.mr_30 { margin-right:30px;}
.mr_45 { margin-right:45px;}
.mr_55 { margin-right:55px;}
.pr_45{ padding-right:45px;}
.pt_3{padding-top:3px;}
.pt_5{padding-top:5px;}
.pt_10{padding-top:10px;}
.pt_15{padding-top:15px;}
.pl_20{padding-left:20px;}
.w_30{
	width: 30px;
}
.w_100{
	width: 100px;
}
.w_120{
	width: 120px;
}
.w_150{
	width: 150px;
}
.w_200{
	width: 200px;
}
.w_250{
	width: 250px;
}
.w_300{
	width: 300px;
}
.w_360{
	width: 360px;
}
.w_400{
	width: 400px;
}
.w_500{
	width: 500px;
}
.w_550{
	width: 550px;
}
.w_600{
	width: 600px;
}
.w_650{
	width: 650px;
}
.center{ text-align:center;}
.pc_center{ text-align:center;}
.left{
	text-align:left !important;
}
.right{
	text-align:right;
}
.font_10{ font-size:10px;}
.font_12{ font-size:12px;}
.font_14{ font-size:14px;}
.font_16{ font-size:16px;}
.font_18{ font-size:18px;}
.font_24{ font-size:24px;}
.font_g{
	color: #666;
}
.font_r{
	color: #F03;
}
.font_o{
	color: #EB6100;
}
.font_b{
	color: #110279;
}
.font_p{
	color: #E4007F;
}
.font_bold{
	font-weight: bold;
}
.lh_25{
	line-height: 25px;
}
.lh_30{
	line-height: 30px;
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-small {
	font-size: 0.8em !important;
}
.back_r{
	background-color: #F6D2D2 !important;
	width: 30%;
}
.back_r2{
	background-color: #F6D2D2 !important;
}
.back_o{
	background-color: #FFCC99 !important;
}
.back_w{
	width: 70%;
}
.back_g{
	background-color: #EEEEEE;
}
.back_b{
	background-color: #DBDFF3;
}
.disp{ display:inline;}

.image_box{
	border-style: none;
}
.image_box20 {
	margin-top: 30px;
	border-style: none;
}
.image_box30 {
	margin-top: 30px;
	border-style: none;
}
.image_box50 {
	border-style: none;
}
.text_box{
	text-align: left;
}

.ft_left{
	float: left;
}

.ft_right{
	float: right;
}

.disc ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
.disc li {
	list-style-type: disc;
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 10px;
}
.decimal ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
.decimal li {
	list-style-type: decimal;
	margin-left: 30px;
	margin-top: 30px;
	margin-right: 30px;
	font-size: 1.3em;
	margin-bottom: 30px;
}

.center_box {
	text-align: center;
}

.no_line {
	border:none;
}

hr {
	border: 1px solid #DDDDDD;
	height: 6px;
	background-color: #EEEEEE;
	margin-top: 20px;
	margin-bottom: 20px;
}
.idt {
  padding-left: 1em;
  text-indent: -1em;
}

/*引用*/
blockquote{
	position: relative;
	margin: 2em 0;
	padding: 115px 45px 80px;
	background-color: #DCDCDC;
}

blockquote p:last-child{
	margin-bottom: 0;
}

blockquote:before{
	position: absolute;
	top: 40px;
	left: 30px;
	width: 58px;
	height: 45px;
	content: url(./images/icon-laquo.png);
}

blockquote:after{
	position: absolute;
	right: 30px;
	bottom: 20px;
	width: 58px;
	height: 45px;
	content: url(./images/icon-raquo.png);
}

/*吹き出し*/
.fukidashi {
	width: 100%;
	display: inline-block;
	position: relative;
	margin-top: 2em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 2em;
	padding-top: 1em;
	padding-right: 45px;
	padding-left: 45px;
	padding-bottom: 1em;
	border-radius: 8px;
	background-color: #FBDDCD;
	box-sizing: border-box;
}
.fukidashi:after {
 position: absolute;
 content: " ";
 height: 0;
 width: 0;
}
/* 下三角半分 */
.fukidashi-half-bottom:after {
 top: 100%;
 left: 5%;
 border-top:30px solid #FBDDCD;
 border-right:30px solid transparent;
}

/* ページネーション */
.pagination a {
	padding: 5px 10px;
	display: inline-block;
	border: solid 1px #cccccc;
	color: #666666;
	background-color: #ffffff;
	font-size: 0.8em;
	text-decoration: none;
}
.pagination a:hover {
	background-color: #D8FB9B;
}
.pagination span {
	padding: 5px 10px;
	display: inline-block;
}
.pagination span.current {
	padding: 5px 10px;
	display: inline-block;
	color: #666666;
	background-color: #D8FB9B;
	font-size: 0.8em;
	text-decoration: none;
}
.pagination {
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
	clear: both;
	background-color: transparent;
}
 	
.pagination h2.screen-reader-text {
  display: none;
}

.clear{
	clear:both;
}
/* clearfix */
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/* - 768px
---------------------------------------------------------------------*/

@media screen and (max-width: 767px) {

 /* ==================== ヘッダー ==================== */
#head {
	display:none;
}

header {
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}


header div {
	padding-top: 10px;
	padding-bottom: 0;
	text-align: left;
}

header h1 {
	font-size:7pt;
}

header em img {
	width: 15%;
	max-width: 560px;
	margin-left: 30px;
}

/* ---- Drawer Menu start ---- */

/* drawer menu */
.drawer-menu {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	height: 100%;
	padding-top: 55px;
	padding-right: 0;
	padding-left: 0;
	background: #222;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: perspective(500px) rotateY(-90deg);
	transform: perspective(500px) rotateY(-90deg);
	opacity: 0;
}

.drawer-menu ul {
  margin: 0;
  padding: 0;
	list-style: none;
}

.drawer-menu li {
	text-align: center;
	border-bottom: 1px dotted #505050;
}

.drawer-menu li a {
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 0.9em;
	color: #fff;
	-webkit-transition: all .8s;
	transition: all .8s;
}

.drawer-menu li a:hover {
	color: #1a1e24;
	background: #fff;
}

/* checkbox */
.check {
	display: none;
}

/* menu button */
.menu-btn {
	position: fixed;
	display: block;
	top: 12px;
	right: 10px;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	z-index: 4;
}

.bar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 2px;
	background: #000;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.bar.middle {
	top: 8px;
	opacity: 1;
}

.bar.bottom {
	top: 16px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}

.menu-btn__text {
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: auto;
	color: #000;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: block;
	visibility: visible;
	opacity: 1;
}

.menu-btn:hover .bar {
	background: #999;
}

.menu-btn:hover .menu-btn__text {
	color: #999;
}

.close-menu {
	position: fixed;
	top: 0;
	right: 300px;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0);
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	visibility: hidden;
	opacity: 0;
}

/* checked */
.check:checked ~ .drawer-menu {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	z-index: 3;
}

.check:checked ~ .contents {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
}

.check:checked ~ .menu-btn .menu-btn__text {
	visibility: hidden;
	opacity: 0;
}

.check:checked ~ .menu-btn .bar.top {
	background: #fff;
	width: 36px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.check:checked ~ .menu-btn .bar.middle {
	opacity: 0;
}

.check:checked ~ .menu-btn .bar.bottom {
	background: #fff;
	width: 36px;
	top: 25px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.check:checked ~ .close-menu {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	background: rgba(0,0,0,.5);
	visibility: visible;
	opacity: 1;
	z-index: 3;
}

/* --- Drawer Menu end --- */

#navi {
	display:none;
}

#main {
	width: 90%;
	height: 200px;
	overflow: hidden;
	box-sizing: border-box;
}

#main_in {
	width: 100%;
	height: 100%;
}

#main_in img {
	width: 100%;
}

.sp-layer img {
	width: 100%;
}


/* サブメイン */

.page_main {
	width: 100%;
	height: 150px;
	position: relative;
  }

.page_main .bg-title {
	 font-weight: bold;
	color: #FFF;
	font-size: calc(32 / 600 * 100vw);
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  }
  
 .page_main .bg-img {
	 width: 100%;
	 height: 150px;
	 overflow: hidden;
	 position: absolute;
	 top: 0;
	 left: 0;
	 z-index: -1;
	 
  }
   .page_main .bg-img img {
	 width: 100%;
  }

#form_tab {
	display: none;
}

.content {
	width: 100%;
	padding-bottom: 20px;
	font-size: 1.1em;
	margin-bottom: 0px;
	margin-top: 0px;
}

.content p {
	font-size: 0.8em;
	margin-top: 30px;
}

.content h2 {
	width: 100%;
	font-size: 0.9em;
	font-weight: normal;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 3px solid #6E0A0A;
}

.content h3 {
	font-size: 1.0em;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 20px;
}

.in_box {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.5em;
	text-align: left;
	box-sizing: border-box;
}

.in_box p {
	line-height: 1.8em;
	font-size: 0.9em;
}

#main_concept {
	width: 100%;
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	height: 100%;
	background-image: url(../images/back-concept.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #FFFFFF;
	font-size: 0.8em;
}

#main_concept .title {
	font-size: 1.3em;
}

#main_concept img {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

#main_staff {
	display: none;
}

.top_txt_left {
	float: none;
	width: 100%;
	margin-left: 0;
}

.top_txt_left p {
	font-size: 0.7em !important;
}


.top_left	{
	float: left;
	width: 230px;
}
.top_right	{
	float: right;
	width: 740px;
	padding-top: 10px;
}

.top_left h3 {
	font-size: 1.3em;
	text-align: left;
	margin-top: 0;
}

.top_left p {
	font-size: 1.03em;
	margin-top: 20px;
}

.midashi {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 1.2em;
}

.left_box {
	float: none;
	width: 100%;
}

.right_box {
	float: none;
	width: 100%;
}

/* ==================== お知らせ ==================== */

#news {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-color: #FFFFFF;
	margin-top: 0px;
}

#news dl {
	margin: 0;
	padding: 0;
	width: 100%;	
}

#news dt {
	font-size: 0.8em;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 3px;
}

#news dd {
	font-size: 0.8em;
	line-height: 1.4em;
	margin-left: 20px;
	margin-bottom: 8px;
	padding-top: 2px;
	padding-left: 0;
	padding-right: 10px;
	padding-bottom: 15px;	
}

/* ==================== 特徴 ==================== */

.feature_box {
	width: 100%;
	padding-top: 50px;
	box-sizing: border-box;
	background-color: #F7EEDD;
}

.feature_box img {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.feature_box_back1 {
	background-color: #AA3C3C;
}

.feature_box_back2 {
	background-color: #E3964D;
}

.feature_box_back3 {
	background-color: #B18E71;
}

.feature_box1 {
	width: 100%;
	height: 30vh;
	box-sizing: border-box;
	position: relative;
}

.feature_box1_left {
	margin: 0;
	padding: 0;
	width: 60%;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 2;
}

.feature_box1_right {
	margin: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
	width: 80%;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	color: #FFFFFF;
	font-size: 1em;
	box-sizing: border-box;
}

.feature_box1_right dl{
	width: 50%;
	margin-top: 0;
	margin-left: 45%;
	margin-right: 0;
	margin-bottom: 0;
	display: block;
}
.feature_box1_right dt{
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
	font-size: 0.8em;
}
.feature_box1_right dt h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.feature_box1_right dd{
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.feature_box1_right dd a {
	font-size: 2em;
	color: rgba(0,0,0,0.4);
}

.feature_box2 {
	width: 100%;
	height: 30vh;
	box-sizing: border-box;
	position: relative;
}

.feature_box2_right {
	margin: 0;
	padding: 0;
	width: 60%;
	position: absolute;
	top: 30px;
	left: 40%;
	z-index: 2;
	box-sizing: border-box;
}

.feature_box2_left {
	margin: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
	width: 80%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #FFFFFF;
	font-size: 1em;
	box-sizing: border-box;
}

.feature_box2_left dl{
	width: 50%;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
  display:flex;
  flex-wrap: wrap;
}
.feature_box2_left dt{
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.8em;
}
.feature_box2_left dt h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.feature_box2_left dd{
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.feature_box2_left dd a {
	font-size: 2em;
	color: rgba(0,0,0,0.4);
}

/* ========== ごあいさつ ========== */

.name_box {
	width: 100%;
	text-align: right;
	margin-top: 80px;
}

.name_box img {
	width: 50%;
}

/* ========== ギャラリー ========== */

.ul-gallery {
	height: 100%;
	box-sizing: border-box;
}
.ul-gallery ul {
	margin: 0;
	padding: 0;
}

.ul-gallery li {
	list-style: none;
	margin-right: 1%;
	margin-left: 0;
	float: left;
	width: 49%;
	box-sizing: border-box;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 1px;
	padding: 0;
}

.ul-gallery li:nth-of-type(2n) {
	margin-right: 0px;
}

.ul-gallery li img {
	width: 100%;
}

/* ========== BLOG ========== */

.ul-blog {
	height: 100%;
	box-sizing: border-box;
}
.ul-blog ul {
	margin: 0;
	padding: 0;
}

.ul-blog li {
	list-style: none;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	width: 32%;
	box-sizing: border-box;
	text-align: center;
	margin-top: 0;
	margin-bottom: 8px;
	height: 380px;
	overflow: hidden;
}

.ul-blog li a {
	color: #333333;
}

.ul-blog li .title {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	box-sizing: border-box;
	text-align: left;
}


.blog_midashi {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 50px;
	padding-bottom: 40px;
	text-align: center;
	font-size: 2.0em;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	box-sizing: border-box;
	background-color: #EEEEEE;
}

.blog_box {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	line-height: 1.5em;
	text-align: left;
}

.blog_box img {
	text-align: center;
	margin-bottom: 30px;
}

.blog_box p {
	margin-bottom: 60px;
	font-size: 1.2em;
	line-height: 1.5em;
}



/* ========== リストボックス ========== */

.list4 ul {
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}
.list4 li {
	width: 48%;
	margin-left: 1%;
}
.list4 li img {
	width: 100%;
	
}

.list3 ul {
	margin: 0;
	padding: 0;
}

.list3 li {
	width: 49%;
	height: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 2%;
	text-align: center;

}
.list3 li img {
	width: 100%;
}

.list3 li h3 {
	color: #DF3939;
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

.list3 li p {
	width: 100%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	box-sizing: border-box;
}

.list3 li:nth-of-type(2n) {
	margin-right: 0;
}

.list2 ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.list2 li {
	list-style-type : none;
	width: 48%;
	float: left;
	margin-top: 5px;
	margin-bottom: 30px;
	margin-right: 3%;
	box-sizing: border-box;
	text-align: center;
}
.list2 li:nth-of-type(2n) {
	margin-right: 0;
}

.list2 li img {
	width: 100%;
}

.list2 li h3 {
	font-size: 0.8em;
	margin-top: 5px;
	margin-bottom: 5px;
}

.list2 li p {
	font-size: 0.7em;
	width: 95%;
}

.y_box {
	background-color: #F1F0C2;
	padding: 30px;
	border-radius: 8px;
}

.y_box p {
	font-size: 0.9em;
	margin-top: 0;
	margin-bottom: 20px;
}

.y_back {
	background-color: #F9F3E5;
	padding-top: 40px;
	padding-bottom: 40px;
}

.r_box {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	background-color: #F6D2D2;
	padding: 15px;
	border-radius: 8px;
	margin-top: 40px;
	text-align: center;
}

.r_box h3 {
	color: #6E0A0A;
	font-size: 1.0em;
	margin-top: 0px;
	margin-bottom: 15px;
}

.r_box h4 {
	color: #1EAAA3;
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 15px;
}

.r_box p {
	text-align: left;
	font-size: 0.8em;
	margin-top: 0;
	margin-bottom: 0;
}

.r_box .txt {
	font-size: 0.8em;
	text-align: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.btn {
	width: 80%;
	margin-top: 35px;
	margin-bottom: 35px;
}

.btn h3 {
	width: 100%;
	color: #FFFFFF;
	margin: 0;
}

.btn h3 a {
	display: block;
	color: #FFFFFF;
	font-size: 0.9em;
	line-height: 1.3em;
	padding-top: 15px;
	padding-bottom: 10px;
	background-image: none;
	font-weight: normal;
	text-align: center;
	box-sizing: border-box;
}
.btn h3 a:hover {
	text-decoration: none;
	border-radius: 6px;
}

.btn_box {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.btn_box img {
	width: 100%;
}
.btn_box_left {
	float: none;
	width: 70%;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
.btn_box_right {
	float: none;
	width: 70%;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

.trash_box {
	display: none;
}



.tel a {
	pointer-events: auto;
	color: #FFFFFF;
    }

.gmap {
position: relative;
padding-bottom: 70.25%;
height: 0;
overflow: hidden;
}

/* ========== 共通 ========== */

.image_box img {
	width: 100%;
}

.image_box20 img {
	width: 20%;
	margin-left: auto;
	margin-right: auto;
}

.image_box30 img {
	width: 30%;
}

.image_box50 img {
	width: 50%;
}

.image_box90 img {
	width: 90%;
}

.sp_image_box50 {
	display: block;
}

.sp_image_box50 img {
	display: block;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.sp_image_box60 img {
	display: block;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.sp_image_box80 img {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.sp_image {
	display:block;}
.sp_image img {
	display: block;
	width: 100%;
}
.pc_image {
	display:none;}
	
.sp_mt10{
	margin-top: 10px;
}
.sp_mt20{
	margin-top: 20px;
}
.sp_mt30{
	margin-top: 30px;
}

.w_30{
	width: 100%;
}
.w_100{
	width: 100%;
}
.w_120{
	width: 100%;
}
.w_150{
	width: 100%;
}
.w_200{
	width: 100%;
}
.w_250{
	width: 100%;
}
.w_300{
	width: 100%;
}
.w_360{
	width: 100%;
}
.w_400{
	width: 100%;
}
.w_500{
	width: 100%;
}
.w_550{
	width: 100%;
}
.w_600{
	width: 100%;
}
.w_650{
	width: 100%;
}

.decimal ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
.decimal li {
	list-style-type: decimal;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 10px;
	font-size: 0.9em;
	margin-bottom: 20px;
}

.back_r{
	background-color: #F6D2D2 !important;
	width: 100%;
}

.back_r2{
	background-color: #F6D2D2 !important;
}

.back_w{
	width: 100%;
}

.pc_center{ text-align:left;}

.center_box {
	text-align: left;
}

/* ========== Table ========== */
.info_table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	border-top: none;
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-left: none;
}

.info_table th {
	display: block;
	width: 100%;
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #EEEEEE;
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	box-sizing: border-box;
}
.info_table td {
	display: block;
	width: 100%;
	font-size: 1em;
	text-align: left;
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	box-sizing: border-box;
}
.form_table {
	font-size: 0.8em;
	width: 100%;
	box-sizing: border-box;
}

.form_table th {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: none;
}

.form_table td {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: none;
}

.price_table {
	font-size: 0.6em;
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
}

.s_table {
	font-size: 0.7em;
	width: 100%;
	box-sizing: border-box;
	margin-top: 20px;
}

.s_table th {
	width: 15%;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #EB8D8D;
	color: #710E0E;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
}
.s_table td {
	width: 35%;
	font-size: 1.1em;
	text-align: left;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 12px;
	background-color: #FFFFFF;
}

.s_table .s_table_txt {
	width: 450px;
	text-align: left;
}

.f_table {
	width: 100% !important;
	font-size: 0.9em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top: 1px solid #CCCCCC;
}

.f_table th {
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
	text-align: left;
	font-weight: normal;
	width: 35% !important;
	border-bottom: 1px solid #CCCCCC;
}

.f_table td {
	border-bottom: 1px solid #CCCCCC;
	padding: 12px;
	border-left: 1px solid #CCCCCC;
}

.required_box {
	float: none;
	width: 30%;
}


input[type="text"],input[type="email"],input[type="tel"],textarea,select {
	width: 85% !important;
}

input[type="file"] {
	margin-bottom: 8px;
}

input[type="submit"] {
	font-size: 1em !important;
	width: 70%;
}

input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
  }

/* ========== SNS ========== */

.sns_box {
	display: block;
	background-color: #C8CDD0;
	text-align: center;
}

.share_btn2{
display: inline-block;
text-decoration: none;
width: 50px;
margin:10px;
height: 50px;
line-height: 50px;
font-size: 23px;
color:white;
border-radius: 12px;
text-align: center;
vertical-align: middle;
overflow: hidden;
font-weight: bold;
transition: .3s;
}
.share_btn2 .fa {line-height:50px}
.share_btn2:hover{
-webkit-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
}
.share_btn2.shtw {background: #22b8ff;}
.share_btn2.shfb {background: #6680d8;}
.share_btn2.shhtb {background: #49a8fb;}
.share_btn2.shpkt {background: #ff6d82;}
.share_btn2.shfdly {background: #7bda72;}
.share_btn2.shgp {background: #fd6969;} 
/* ==================== フッター ==================== */
#foot {
	display: none;
}

.copyright {
	width: 100%;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.8em;
	background-color: #333333;
	color: #FFFFFF;
}

.sp-fix-footer {
        display:block;
        padding: 0;
    }
    .sp-fix-footer ul {
	width: 100%;
	position: fixed;
	z-index: 1000;
	background-color: #333333;
	bottom: 0;
	height: 3em;
	display: flex;
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin: 0;
		padding: 0;
    }
    .sp-fix-footer ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 50%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: flex;
	align-items: center;
	border-right: 1px #FFFFFF solid;
	box-sizing: border-box;
    }
	
	.sp-fix-footer ul li:nth-last-of-type(1) {
	border-right: none;
}

.sp-fix-footer ul li a {
	font-size: 0.9em;
	display: block;
	width: 100%;
	color: #FFFFFF;
	box-sizing: border-box;
    }

/* ページネーション */
.pagination a {
	padding: 4px 8px;
	font-size: 0.6em;
}

.pagination span {
	padding: 4px 8px;
}
.pagination span.current {
	padding: 4px 8px;
	font-size: 0.6em;
}
.pagination {
	margin-top: 20px;
	margin-bottom: 0px;
}
 	
.pagination h2.screen-reader-text {
  display: none;
}

/* pagetop
---------------------------------------------------------------------*/

#page-top {
	position: fixed;
	bottom: 40px;
	right: 10px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	line-height: 36px;
}
#page-top a {
	font-size: 0.6em;
	text-decoration: none;
	color: #fff;
	width: 56px;
	text-align: center;
	display: block;
	border-radius: 6px;
	background-color: #C8CDD0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #B0B7BC;
}

}
</pre></body></html>