@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap&subset=japanese');


*{
	margin:0;
	padding:0;
}
html {
	font-size: 112.5%;
}
body {
	margin: 0 auto;
	padding: 0;
	font-size: 18px;
	font-size: 1rem;
	font-family: "Noto Sans JP","メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	color: #000;
	letter-spacing: 0.06em;
	font-weight: 400;
	line-height: 1.6;
}
a {
	color: #FF3312;
}
a:hover {
	color: #F06;
}
object,img {  
	vertical-align: middle;
	border: 0;
	padding: 0;
	margin: 0;
}
img{
	vertical-align: top;
	display: inline;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
a:hover,.form-btn input:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-khtml-opacity: .70; /* Safari 1.x */
}
.clearfix:after,.site-header-main:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.cr {
	padding: 6px 0;
	text-align: center;
	margin: auto;
	font-size: 0.66rem;
	display: block;
	color: #333;
}
.cr .kojya {
	color: #333;
	display: inline-block;
	margin-left: 16px;
}
.cr .kojya a {
	color: #333;
	text-decoration: none;
}
#page-top {
	position: fixed;
	bottom: 38px;
	right: 15px;
}
#page-top a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
	-khtml-opacity: .60; /* Safari 1.x */
}
ul{
	clear: both;
}
li img{
	line-height: 0;
}
strong,em,h1,h2,h3,h4,h5 {
	font-weight: 700;
}
.fs-m {
	font-size: 1.1rem;
}
.fw-m {
	font-weight: 500;
}
.tx-u {
	text-decoration: underline;
}
.tx-c {
	text-align: center;
}
.fc-red {
	color: #F00;
}
.fc-gray {
	color: #666;
}
.content img {
	padding-bottom: 30px;
}
ul.column2,ul.column3,ul.column4,ul.s-box,ul.column5,.hikaku-box,.price-table,.tanmatsu {
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	display: -ms-flexbox; /*for IE10*/
	display: -webkit-flex; /* for old webkit browser */
	flex-wrap: wrap;
}
ul.column2 li {
	width: 46%;
	margin: 0 2% 16px 2%;
	text-align: center;
	list-style-type: none;
}

ul.column2.mar30{
	padding-top: 60px;

}

ul.column3 li {
	width: 31%;
	margin: 16px 1%;
	text-align: center;
	list-style-type: none;
}
ul.column4 li {
	width: 23%;
	margin: 16px 1%;
	text-align: center;
	list-style-type: none;
}
ul.column5 li {
	width: 18%;
	margin: 16px 1%;
	text-align: center;
	list-style-type: none;
}
ul.column2 li img,ul.column3 li img,ul.column4 li img,ul.column5 li img {
	margin: 0 auto;
}
.hikaku-box .column {
	width: 46%;
	margin: 0 2%;
}
.site-header {
	padding: 0;
	position: fixed;
	width: 100%;
	z-index: 99999;
	min-height: 64px;
	background-color: #FFF;
}
.site-header-main .logo {
	width: 100%;
	padding: 3px 80px 0 5px;
	box-sizing: border-box;
}
.site-header-main .logo img {
	max-height: 58px;
	width: auto;
}
.site-footer {
	padding: 30px 0;
	box-sizing: border-box;
	text-align: center;
	background-color: #E95616;
	color: #FFF;
}
.site-footer p {
	text-align: center;
}
.site-footer p strong {
	font-size: 1.22rem;
}
#container {
	padding: 40px 0;
}
.content {
	width: 96%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 0 80px 0;
}
.content p {
	width: 96%;
	margin: 0 auto;
	padding-bottom: 18px;
}
.slider-top {
	padding-top: 64px;
}
.slider-top ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
.top-main {
	display: block;
}
.slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}
body.home h1 {
	font-size: 1.66rem;
	padding: 30px 0;
	margin: 0 auto 30px auto;
	text-align: center;
	position: relative;
}
body.home h1:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #39ABEA;
	width: 660px;
	height: 3px;
}
ul.check {
	padding-top: 10px;
}
ul.check li {
	background-color: #06C286;
	color: #FFF;
	font-size: 1.33rem;
	font-weight: 700;
	position: relative;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	text-align: left;
	padding: 16px 16px 16px 60px;
	box-sizing: border-box;
	width: 30%;
	margin: 0 1.5%;
}
ul.check li:before {
	content: '';
	position: absolute;
	left: 15px;
	top: 24px;
	width: 30px;
	height: 25px;
	background-image: url(../images/icon-check.webp);
	background-position: left top;
	background-repeat: no-repeat;
}
.tx-box01 {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
}
.tx-box01 .photo {
	width: 45%;
}
.tx-box01 .tx {
	width: 51%;
	margin: 0 2%;
	font-size: 1.1rem;
	line-height: 1.8;
}
.tx-box01 .tx p{
	width: 100%;
	padding: 0;
}
.plan-ex {
	width: 96%;
	margin: 10px auto;
	padding: 30px;
	box-sizing: border-box;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	background-color: #FFF6D2;
	text-align: center;
}
.plan-ex p {
	font-size: 1.77rem;
	font-weight: 700;
}
.plan-ex p .bg-orange {
	background-color: #FF9240;
	color: #FFF;
	display: inline-block;
	box-sizing: border-box;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	line-height: 1;
	padding: 16px;
	min-width: 300px;
	margin: 0 16px 16px 16px;
}
.content .plan-ex img {
	padding-bottom:0;
	width: 90%;
	max-width: 580px;
	height: auto;
	padding-top: 10px;
}
h2.sinsa {
	max-width: 640px;
	background-color: #46AA46;
	color: #FFF;
	text-align: left;
	margin: 60px auto 20px auto;
	padding: 20px 20px 20px 200px;
	box-sizing: border-box;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-ms-border-radius: 12px;
	border-radius: 12px;
	position: relative;
	font-size: 3.33rem;
}
h2.sinsa:before {
	content: '';
	position: absolute;
	left: 90px;
	top: 35px;
	background-image: url(../images/kira.webp);
	background-position: left top;
	background-repeat: no-repeat;
	width: 70px;
	height: 68px;
}
p.sinsa-tx {
	text-align: center;
	font-weight: 500;
	font-size: 1.33rem;
}
.hikaku-box {
	padding: 20px 0 80px 0;
}
.hikaku-box .column dt {
	color: #FFF;
	font-size: 1.11rem;
	text-align: center;
	font-weight: 500;
	padding: 12px 0;
}
.hikaku-box .column dd {
	padding: 20px;
	text-align: center;
	font-size: 1.11rem;
}
.hikaku-box .column dd strong {
	font-weight: 500;
}
.hikaku-box .column dd ul {
	margin: 0 auto;
	padding: 10px 0 0 0;
}
.hikaku-box .column dd ul li {
	box-sizing: border-box;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	background-color: #FFF;
	margin: 0 0 10px 0;
	padding: 12px 12px 12px 32px;
	position: relative;
	list-style-type: none;
	text-align: left;
	font-size: 0.88rem;
}
.hikaku-box .column dd ul li:before {
	position: absolute;
	content: '・';
	left: 5px;
	top: 10px;
	font-size: 1.5rem;
	line-height: 1;
}
.hikaku-box .column dd ul li:last-child {
	margin: 0;
}
.hikaku-box .column.other {
	background-color: #DCF1F4;
}
.hikaku-box .column.other dt {
	background-color: #62ADD3;
}
.hikaku-box .column.other ul li:before {
	color: #62ADD3;
}
.hikaku-box .column.ssm {
	background-color: #FFD9CC;
}
.hikaku-box .column.ssm dt {
	background-color: #FF6D50;
}
.hikaku-box .column.ssm ul li:before {
	color: #FF6D50;
}
p.soudan {
	font-size: 1.33rem;
	font-weight: 500;
	text-align: center;
}
.omakase-title {
	max-width: 904px;
	margin: 0 auto;
	padding: 35px 112px 0 112px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}
.omakase-title h3 {
	font-size: 1.33rem;
	margin: 0 auto;
	line-height: 1;
}
.omakase-title strong {
	color: #F71E33;
	font-size: 2.88rem;
}
.omakase-title:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../images/f-left.webp);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 108px;
	height: 128px;
}
.omakase-title:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url(../images/f-right.webp);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 108px;
	height: 128px;
}
.omakase-image {
	margin: 0 auto;
	padding: 0;
	width: 80%;
	max-width: 580px;
}
.first-title {
	text-align: center;
}
h4.first {
	padding: 18px 0 18px 70px;
	font-size: 2.66rem;
	display: inline-block;
	margin: auto;
	position: relative;
	background-color: transparent;
	font-weight: 700;
}
h4.first:before {
	content: '';
	position: absolute;
	left: 0;
	top: 30px;
	background-image: url(../images/wakaba.webp);
	background-position: left top;
	background-repeat: no-repeat;
	width: 40px;
	height: 60px;
}
ul.first-list {
	width: 90%;
	max-width: 850px;
	margin: 20px auto;
	background-color: #EAEAEA;
	box-sizing: border-box;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	padding: 30px 20px;
}
ul.first-list li {
	box-sizing: border-box;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	background-color: #FFF;
	margin: 0 0 16px 0;
	padding: 18px 18px 18px 40px;
	position: relative;
	list-style-type: none;
	text-align: left;
	font-size: 1.11rem;
	font-weight: 500;
}
ul.first-list li:last-child {
	margin-bottom: 0;
}
ul.first-list li:before {
	position: absolute;
	content: '・';
	left: 2px;
	top: 15px;
	font-size: 2rem;
	line-height: 1;
	color: #5F6466;
}
.ansin-title {
	width: 90%;
	max-width: 680px;
	margin: 60px auto 30px auto;
	font-size: 2.88rem;
	color: #F71E33;
	text-align: center;
	position: relative;
	padding: 30px 90px;
	box-sizing: border-box;
	font-weight: 700;
	line-height: 1.1;
}
.ansin-title:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../images/f-left.webp);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 78px;
	height: 104px;
}
.ansin-title:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url(../images/f-right.webp);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 78px;
	height: 104px;
}
dl.keiyaku-box {
	margin: 30px auto;
	width: 96%;
}
dl.keiyaku-box dt {
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	text-align: center;
	background-color: #FFDF57;
	padding: 18px;
	font-size: 1.44rem;
	font-weight: 700;
}
dl.keiyaku-box dd {
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	background-color: #FFF2BD;
	padding: 20px 0;
}
dl.keiyaku-box dd strong {
	display: block;
	margin: 0 auto;
	background-color: #FFF;
	font-size: 1.1rem;
	padding: 12px 0;
}
dl.keiyaku-box dd ul.column2 {
	padding: 0;
}
dl.keiyaku-box dd ul.column2 li {
	margin-bottom: 0;
}
dl.keiyaku-box dd ul.column2 li img {
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: auto;
}
h2.bar {
	text-align: center;
	position: relative;
	font-size: 2.66rem;
	background-color: #FF6622;
	color: #FFF;
	line-height: 1;
	padding: 95px 0;
	margin-bottom: 40px;
}
h2.bar:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #FF6622;
}
.kakeho-tx {
	text-align: center;
	padding: 60px 0 0 0;
}
h3.kakeho {
	color: #FF15A0;
	font-size: 2rem;
	background: linear-gradient(transparent 70%, #FFEB36 0%);
	display: inline-block;
	padding: 0 5px 1px;
	margin-bottom: 20px;
}
.price-table .column {
	width: 50%;
	margin: 0;
}
.price-table .column table,table.syoki,table.option-list,table.step {
	border: 1px solid #CCC;
	border-width: 0 0 1px 0;
	border-collapse: collapse;
	width: 100%;
}
.price-table .column table th,.price-table .column table td,table.syoki th,table.syoki td,table.option-list th,table.option-list td {
	border: 1px solid #CCC;
	border-width: 1px 0 0 0;
	font-size: 1.1rem;
	font-weight: 500;
}
.price-table .column table th {
	width: 44%;
	padding: 16px 16px 16px 24px;
	text-align: left;
	background-color: #FFE7DC;
}
.price-table .column table td {
	padding: 16px;
	text-align: center;
}
table.syoki {
	margin: 30px auto 15px auto;
}
table.syoki th,table.syoki td {
	padding: 16px;
	text-align: left;
	font-size: 1rem;
	font-weight: 400;
}
table.syoki td strong {
	font-weight: 500;
}
table.syoki th,table.step th {
	width: 30%;
	background-color: #FFE7DC;
	font-size: 1.1rem;
	font-weight: 500;
	vertical-align: top;
}
table.option-list th,table.option-list td {
	padding: 16px;
}
table.option-list th {
	width: 30%;
	background-color: #F4F4F4;
	text-align: left;
}
table.step th,table.step td {
	border: 1px solid #CCC;
	border-width: 1px 0 0 0;
	font-size: 1.1rem;
	font-weight: 500;
	text-align: left;
	padding: 16px;
	vertical-align: middle;
}
table.step td {
	font-size: 1rem;
	font-weight: 400;
}
h3.normal,body.sub h2 {
	font-size: 1.66rem;
	padding: 30px 0;
	margin-bottom: 40px;
	border-bottom: 3px solid #39ABEA;
}
h3.normal.mt80 {
	margin-top: 80px;
}
h3.normal.op {
	font-size: 1.33rem;
	margin-top: 50px;
	padding: 20px 0;
}
.title-c {
	text-align: center;
}
.title-c h3.normal,.title-c h2 {
	display: inline-block;
}
.web-btn {
	padding: 60px 0;
	margin: 0 auto;
	width: 96%;
	max-width:840px;
}
.web-btn img {
	padding-bottom: 0;
}
.tanmatsu {
	align-items: center;
}
.tanmatsu .image {
	width: 12%;
	margin: 0 11% 0 5%;
}
.tanmatsu .image img {
	padding-bottom: 0;	
}
.tanmatsu .tx {
	width: 62%;
	margin: 0 10% 0 0;
	font-size: 1.1rem;
}
dl.atte {
	margin: 30px auto;
	box-sizing: border-box;
	padding: 10px;
	background-color: #FFEBF0;
}
dl.atte dt {
	background-color: #FF8FA5;
	color: #FFF;
	text-align: center;
	font-weight: 700;
	padding: 16px 0;
	font-size: 1.33rem;
}
dl.atte dd ul {
	padding: 20px 0;
	margin: 0 auto;
	width: 96%;
}
dl.atte dd ul li {
	font-size: 1.1rem;
	list-style-type: none;
	position: relative;
	padding: 5px 1em 5px 2em;
}
dl.atte dd ul li:before {
    position: absolute;
    content: '・';
    left: 2px;
    top: 2px;
    font-size: 2rem;
    line-height: 1;
    color: #FF7555;
}
.point {
	display: inline-block;
	margin-right: 6px;
	line-height: 1;
	padding: 2px 10px;
	background-color: #FF22C1;
	color: #FFF;
	font-weight: 400;
	font-size: 1rem;
}
p.motikomi {
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
ul.kome {
	width: 96%;
	margin: 0 auto;
	padding: 0 0 40px 0;
}
ul.kome li {
	color: #333;
	list-style-type: none;
	position: relative;
	padding: 0 0 4px 1.5em;
	margin: 0;
}
ul.kome li:before {
	content: '※';
	position: absolute;
	left: 0;
	top: 0;
}
h4 {
	font-size: 1.33rem;
	background-color: #FCE481;
	margin: 30px auto 40px auto;
	padding: 22px 0;
	text-align: center;
	font-weight: 500;
}
h4.mt60 {
	margin-top: 60px;
}
.step-a {
	padding: 0 0 35px 0;
	margin-bottom: 18px;
	background-image: url(../images/arrow-bottom.webp);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.s-num {
	display: inline-block;
	line-height: 1;
	margin-bottom: 3px;
	padding: 6px 10px;
	font-size: 1rem;
	background-color: #FF8A3B;
	color: #FFF;
	font-weight: 400;
}
:target:before {
   height: 60px;/* ヘッダの高さ */
   margin: -60px 0 0;/* ヘッダの高さ */
   content: ' ';
   display:block;
}
body.sub h1 {
	text-align: center;
	font-size: 2rem;
	background-color: #FF6622;
	color: #FFF;
	line-height: 1;
	padding: 60px 0;
	margin-bottom: 40px;
}
body.sub #container {
	padding-top: 120px;
}
table.info {
	border: 1px solid #CCC;
	border-width: 0;
	border-collapse: collapse;
	width: 100%;
	margin: 60px auto 40px auto;	
}
table.info th,table.info td {
	border-width: 0;
	padding: 16px;
	text-align: left;
}
table.info tr:nth-child(odd) {
	background-color: #FFE7DC;
}
table.info th {
	width: 26%;
}
body.sub h2 {
	margin-top: 40px;
}
.b-box {
	border: 1px solid #CCC;
	background-color: #FAFAFA;
	box-sizing: border-box;
	padding: 32px 24px 16px 24px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	margin: 0 auto 30px auto;
}
.inq-tx {
	font-size: 1.35rem;
	padding: 20px 0;
	text-align:  center;
	font-weight: 700;
}
.sub-t {
	font-size: 1.1rem;
	padding-bottom: 20px;
	border-bottom: 2px solid #999;
	margin-bottom: 20px;
	font-weight: 700;
}
.b-box p {
	width: 100%;
	padding-bottom: 12px;
}
.b-box p.pt20 {
	padding-top: 20px;
}
.b-box ul.b-list {
	margin: 0 auto;
	padding: 0 0 30px 0;
	width: 100%;
	text-align: left;
}
.b-box ul.b-list.pb10 {
	padding-bottom: 10px;
}
.b-box ul.b-list li {
	list-style-type: none;
	position: relative;
	padding: 0 0 0 1em;
	margin: 0 0 4px 0;
	text-align: left;
}
.b-box ul.b-list li:before {
	content: '・';
	position: absolute;
	left: 0;
	top: 0;
}
.b-box p,.b-box ul.b-list li {
	font-size: 0.9rem;
}
/* form */
input[type="submit"],input[type="reset"] ,input[type="button"]{
	padding: 16px 24px;
	font-size: 1rem;
	letter-spacing: 0.06em;
}
input[type="submit"],.form-btn input[type="button"] {
	background-color: #050B78;
    color: #FFF;
    border: none;
    padding: 20px 0;
    min-width: 250px;
    cursor: pointer;
	font-weight: 500;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
table input[type="text"],table textarea {
	width: 98%;
	margin: auto;
	border: 1px solid #999;
}
table input[type="text"],table select {
	padding: 4px 0px;
	font-size: 1rem;
}
td label {
	display: block;
	background-color: #F5FAFC;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin: 10px 0 0 0;
	border: 1px solid #DEDEDE;
}
td label:hover {
	background-color: #FFF;
}
td label:last-child {
	margin-bottom: 10px;
}
td input[type="checkbox"] {
	margin-right: 10px;
}
.hissu {
	background-color: #E22727;
	color: #FFF;
	display: inline-block;
	line-height: 1;
	padding: 2px 4px;
	font-size: 0.75rem;
	margin-left: 8px;
	font-weight: normal;
}
.form-btn {
	padding-bottom: 60px;
	text-align: center;
}
.kiyaku-box {
    clear: both;
    height: 360px;
    margin: 0 auto;
    overflow: auto;
    text-align: left;
	background-color: #FFF;
	padding-right: 10px;
}
.kiyaku-box .kiyaku-title {
	font-size: 1.5rem;
	border-bottom: 2px solid #CCC;
	padding: 16px 0;
	margin-bottom: 32px;
}
div#agreementlist h3 {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 40px;
	font-size: 1.3rem;
}
div#agreementlist h4 {
	background-color: transparent;
	text-align: left;
	padding: 20px 0;
	margin: 0 auto 16px auto;
	border-bottom: 3px solid #999;
	font-size: 1.2rem;
	font-weight: 700;	
}
div#agreementlist p {
	width: 100%;
}
div#agreementlist p strong {
	background-color:  #EFEFEF;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 8px;
	margin-top: 30px;
}
table.inq {
	border: 1px solid #CCC;
	border-width: 0 0 1px 1px;
	border-collapse: collapse;
	width: 100%;
	margin: 30px auto;	
}
table.inq td,table.inq th {
	border: 1px solid #CCC;
	border-width: 1px 1px 0 0;
	padding: 16px 20px;
	text-align: left;
	word-break: break-all;
}
table.inq th {
	background-color: #FFE7DC;
}
ol {
	padding-bottom: 30px;
}
.doui {
	padding: 30px 0 0 0;
	text-align: center;
	font-size: 1.2rem;
}
.map {
	margin: 20px auto 0 auto;
}
.btn-c {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 30px 0;
	text-align: center;
}
.btn-c ul {
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
	background-color: #E0EDB8;
	border-radius: 6px;
	max-width: 520px;
	justify-content: center;
	flex-wrap: wrap;
}
.btn-c ul li {
	margin: 0 20px;
	padding: 0;
	list-style-type: none;
	font-weight: 700;
	font-size: 1.2rem;
}
.content .btn-c img {
	padding-bottom: 0;
}
.btn-side-raiten,.btn-side-web,.btn-bottom-tel,.btn-bottom-line {
	display: none;
}
.bottom-fixed-btn {
	margin: 0 auto;
	padding: 0;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.bottom-fixed-btn ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.bottom-fixed-btn ul li {
	width: 50%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.bottom-fixed-btn ul li a {
	display: block;
	text-align: center;
	padding: 16px;
	color: #FFF;
	box-sizing: border-box;
	min-height: 62px;
	text-decoration: none;
	font-weight: bold;
}
.bottom-fixed-btn ul li.raiten a {
	background-color: #0574E2;
}
.bottom-fixed-btn ul li.web a {
	background-color: #F52E33;
}
.bottom-fixed-btn ul li.tel a {
	background-color: #FF9900;
}
.bottom-fixed-btn ul li.line a {
	background-color: #00B900;
}

@media print{
	.site-header.fixed {
		position: relative;
	}
	#page-top {
		display: none;
	}
}
@media screen and (min-width:1025px){
	.site-header {
		min-height: 120px;
	}
	.site-header-main {
		max-width: 1400px;
		display: flex;
		display: -ms-flexbox; /*for IE10*/
		display: -webkit-flex; /* for old webkit browser */
		margin: auto;
		min-height: 60px;
	}
	.site-header-main .logo {
		width: 28%;
		padding: 10px 0 0 0;
	}
	.site-header-main .logo img {
		max-height: inherit;
		max-width: 400px;
		height: auto;
	}
	.site-header-main .main-nav {
		width: 70%;
		margin: 0 0 0 2%;
		letter-spacing: normal;
		text-align: right;
	}
	.site-header.fixed {
		position: fixed;
		width: 100%;
		z-index: 1001;
		background-color: #FFF;
		min-height: 60px;
	}
	.site-header.fixed .site-header-main .logo {
		padding: 0;
	}
	.site-header.fixed .site-header-main .logo img {
		max-height: 60px;
		width: auto;
	}
	.slider-top {
		padding-top: 120px;
	}
	.slider-top.scroll {
		padding-top: 64px;
	}
	.btn-side-raiten {
		position: fixed;
		right: 0;
		top: 170px;
		display: block;
	}
	.btn-side-web {
		position: fixed;
		right: 0;
		top: 370px;
		display: block;
	}
	.btn-bottom-line {
		position:fixed;
		right: 15px;
		bottom: 15px;
		display: block;
	}
	.btn-bottom-tel {
		position: fixed;
		right: 190px;
		bottom: 15px;
		display: block;
	}
	.bottom-fixed-btn {
		display: none;
	}
}
@media screen and (max-width:1240px){
	ul.check li {
		font-size: 1.2rem;
	}
}
@media screen and (max-width:1100px){
	.google-maps {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
		overflow: hidden;
		margin: 20px auto 0 auto;
	}
	.google-maps iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.kiyaku-box::-webkit-scrollbar {
		height: 10px;
		width: 10px;
	}
	.kiyaku-box::-webkit-scrollbar-track {
		margin: 0 2px;
		background: #ccc;
		border-radius: 5px;
	}
	.kiyaku-box::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #666;
	}
}
@media screen and (max-width:1024px){
	.plan-ex p .bg-orange {
		min-width: inherit;
		padding: 16px 30px;
		margin: 0 6px 16px 6px;
	}
	ul.check li {
		width: 46%;
		margin: 0 2% 10px 2%;
	}
	.omakase-title {
		text-align: left;
	}
	body.sub #container {
		padding-top: 64px;
	}
	#page-top {
		display: none !important;
	}
	#wrap {
		box-sizing: border-box;
		padding-bottom: 124px;
	}
}
@media screen and (max-width:860px){
	body.home h1 {
		text-align: left;
	}
	body.home h1:before {
		width: 100%;
	}
	.tx-box01 .photo {
		width: 40%;
	}
	.tx-box01 .tx {
		width: 56%;
	}
	h2.sinsa {
		width: 100%;
		text-align: left;
		padding: 20px 20px 20px 100px;
		max-width: inherit;
	}
	h2.sinsa:before {
		left: 20px;
		top: 35px;
	}
	p.sinsa-tx {
		text-align: left;
	}
	.hikaku-box .column {
		width: 96%;
	}
	.hikaku-box .column.other {
		margin-bottom: 20px;	
	}
	.omakase-title {
		padding: 0px 60px 0 60px;
		font-size: 0.9rem;
	}
	.omakase-title strong {
		font-size: 2.2rem;
	}
	.omakase-title:before,.omakase-title:after {
		width: 60px;
		height: 100%;
		background-size: 100%;
	}
	h4.first {
		font-size: 2.4rem;
	}
	p.soudan {
		text-align: left;
	}
	.kakeho-tx p {
		text-align: left;
	}
	.price-table .column table th,.price-table .column table td {
		padding: 12px;
		font-size: 1rem;
	}
	.title-c h3.normal,.title-c h2 {
		display: block;
		text-align: left;
	}
	h3.normal.mt80 {
		margin-top: 50px;
	}
	.tanmatsu {
		padding: 0;
	}
	.tanmatsu .image {
		margin: 0 5%;
	}
	.tanmatsu .tx {
		width: 76%;
		margin: 0 2% 0 0;
	}
	dl.atte dd ul {
		width: 100%;
	}
	.ansin-title {
		font-size: 2.6rem;
	}
	.price-table .column {
		width:100%;
	}
	.price-table .column:last-child table tr:first-child td,.price-table .column:last-child table tr:first-child th {
		border-width: 0;
	}
	table.info th,table.info td {
		display: block;
		width: auto;
	}
	table.info th {
		padding-bottom: 0;
	}
	table.info td {
		padding-top: 0;
	}
	ul.column2.b-list li {
		display: block;
		width: 100%;
	}
	table.inq td, table.inq th {
		display: block;
		width: auto;
	}
}
@media screen and (max-width:640px){
	body.home h1 {
		padding-top: 0;
		font-size: 1.5rem;
		line-height: 1.35;
	}
	#container {
		padding: 30px 0;
	}
	ul.check li {
		width: 92%;
		margin: 0 4% 10px 4%;
	}
	.tx-box01 .photo {
		width: 80%;
		margin: 0 10%;
	}
	.tx-box01 .tx {
		width: 96%;
		margin: 0 2%;
	}
	.ansin-title {
		font-size: 2.2rem;
	}
	dl.keiyaku-box dd ul.column2 li {
		width: 96%;
	}
	table.syoki th,table.syoki td, table.step th,table.step td,table.option-list th, table.option-list td,table.step th, table.step td {
		display: block;
		width: auto;
	}
	.plan-ex p {
		font-size: 1.5rem;
		width: 100%;
		padding-bottom: 0;
	}
	.plan-ex p .bg-orange {
		padding: 16px;
		margin-bottom: 10px;
		font-size: 1.5rem;
	}
	.content {
		padding-bottom: 40px;
	}
	h2.bar {
		font-size: 2.2rem;
		padding: 60px 0;
	}
	.kakeho-tx {
		padding-top: 30px;
	}
	h3.normal.op {
		margin-top: 20px;
	}
	.tx-c {
		text-align: left;
	}
	.plan-ex {
		padding: 15px;
	}
	h2.sinsa {
		font-size: 2.5rem;
	}
	h2.sinsa:before {
		top: 24px;
		left: 15px;
	}
	.first-title {
		width: 100%;
		text-align: left;
	}
	h4.first {
		font-size: 2rem;
		padding: 5px 20px 5px 60px;
	}
	h4.first:before {
		top: 4px;
	}
	ul.first-list {
		width: 100%;
	}
	table.syoki{
		margin-bottom: 30px;
	}
	.omakase-title:before, .omakase-title:after,.ansin-title:before,.ansin-title:after {
		width: 30px;
	}
	.omakase-title {
		padding: 0px 40px 0 40px;
	}
	.ansin-title {
		padding: 0 40px;
	}
	body.sub h1 {
		padding: 40px 0;
		font-size: 1.8rem;
	}
	.kiyaku-box {
		height: 250px;
	}
	input[type="file"] {
		width: 100%;
	}
	input[type="submit"], input[type="reset"], input[type="button"] {
		margin-bottom: 15px;
	}
	.btn-c ul li {
		width: 100%;
	}
}
@media screen and (max-width:480px){
	ul.check {
		padding-top: 0;
	}
	ul.check li {
		width: 96%;
		margin: 0 2% 10px 2%;
	}
	body.home h1 {
		font-size: 1.25rem;
		padding-bottom: 20px;
	}
	ul.check li {
		padding: 10px 10px 10px 50px;
	}
	ul.check li:before {
		left: 12px;
		top: 15px;
	}
	.plan-ex p {
		font-size: 1.25rem;
	}
	.plan-ex p .bg-orange {
		font-size: 1.25rem;
	}
	.hikaku-box .column dd {
		padding: 10px;
	}
	.omakase-title strong {
		font-size: 1.6rem;
		line-height: 1.25;
	}
	.hikaku-box {
		padding-bottom: 50px;
	}
	h4 {
		margin-bottom: 20px;
	}
	h4.first {
		font-size: 1.8rem;
	}
	.ansin-title {
		text-align: left;
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	p.soudan {
		font-size: 1.2rem;
	}
	h2.sinsa {
		font-size: 2.2rem;
		padding-left: 80px;
		margin-top: 30px;
	}
	h2.sinsa:before {
		top: 26px;
		left: 15px;
		width: 50px;
		background-size: 100%;
	}
	dl.keiyaku-box {
		margin: 15px auto;
	}
	dl.keiyaku-box dt {
		font-size: 1.25rem;
	}
	h2.bar {
		padding: 40px 0;
		font-size: 2rem;
	}
	.kakeho-tx {
		padding-top: 15px;
	}
	h3.kakeho {
		text-align: left;
		letter-spacing: normal;
		width: 100%;
		line-height: 1.25;
	}
	.price-table {
		padding-top: 0;
	}
	
	ul.column2 li {
		width: 96%;
	}
	
	h3.normal.mt80 {
		margin-top: 0;
	}
	h3.normal,body.sub h2 {
		line-height: 1.25;
		padding: 20px 0;
		margin-bottom: 20px;
	}
	h3.normal.op {
		margin-top: 0;
	}
	.web-btn {
		padding: 30px 0 40px 0;
	}
	.site-footer p,.cr {
		width: 90%;
		text-align: left;
		margin: auto;
	}
	table.info {
		margin-top: 30px;
	}
	 body.sub h2 {
		 font-size: 1.35rem;
	 }
}
@media screen and (max-width:360px){
	input[type="submit"], .form-btn input[type="button"] {
		min-width: inherit;
		width: 90%;
	}
	#wrap {
		padding-bottom: 94px;
	}
	.bottom-fixed-btn ul li a {
		font-size: 14px;
		padding: 12px;
		min-height: 47px;
	}
}