@charset "utf-8";

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, strong, 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;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html{
    overflow-y: scroll;
    font-size:62.5%;
}

body {
/*        font-family:
        'M+ C Type-1 (basic latin) Medium',
        'M+ Type-1 (general-j) Medium', sans-serif;*/
    text-shadow: 0px 0px 1px rgba(0, 0, 0, .1);
    font-size:1.8rem;
    line-height:1.5;
    color:#333333;
    font-family: 'Noto Sans JP', sans-serif;
    font-display: swap;
}

h1,h2,h3,h4,h5,h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 1.0rem;

}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input, textarea{
    margin: 0;
    padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a {
    color:#333333;
    text-decoration:none;
}

a:focus {
    outline:none;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

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

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
}

.clear {clear:both; margin:0;padding:0}


.img-filter a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=80);
    -moz-opacity: 0.7;
}

img{
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    border:0;
}

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

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

p {
    margin:0;
    padding:0;
}

.red {
    color:#FF0004;
}

.arrow{
    position: relative;
}

.arrow::after{
    content:"";
    display: block;
    width:10px;
    height:10px;
    border-top:4px solid #333;
    border-right:4px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right:10px;
    top:10%;
    margin-top:-7px;
}


.noto100 {font-weight:100;}
.noto300 {font-weight:300;}
.noto400 {font-weight:400;}
.noto500 {font-weight:500;}
.noto700 {font-weight:700;}
.noto900 {font-weight:900;}

.pa10 {
    padding:10px;
}
.mb10{
    margin-bottom: 10px;
}
.center {
    text-align:center;
}

/*------flexbox------------------------------------------------*/

.flexbox {
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex; /* Safari */
    display: flex;
}

/* 左から右へ水平方向*/
.fb_row {
    -webkit-box-direction:row;/*--- Androidブラウザ用 ---*/  
    -ms-flex-direction: row;/*--- IE10用 ---*/
    -webkit-flex-direction: row; /* Safari */
    flex-direction:row;
}

/* 右から左へ水平方向*/
.fb_row-reverse {
    -webkit-box-direction:reverse;/*--- Androidブラウザ用 ---*/  
    -ms-flex-direction: reverse;/*--- IE10用 ---*/   
    -webkit-flex-direction: row-reverse; /* Safari */
    flex-direction:row-reverse;
}

/* 上から垂直方向 */
.fb_column {
    -webkit-box-direction:column;/*--- Androidブラウザ用 ---*/
    -ms-flex-direction: column;/*--- IE10用 ---*/    
    -webkit-flex-direction: column; /* Safari */
    flex-direction:column;
}

/* 横一行に配置(幅に収まるように縮小) */
.fb_nowrap {
    -ms-flex-wrap:nowrap;/*--- IE10用 ---*/  
    -webkit-flex-wrap: nowrap; /* Safari */
    flex-wrap:nowrap;
}
/* 横複数行に配置(折り返し) */
.fb_wrap {
    -ms-flex-wrap:wrap;/*--- IE10用 ---*/    
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:wrap;
}


/*------flexアイテムの横方向の位置揃えを指定------*/

/* flexコンテナの左側に配置 */
.fb_start {
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/      
    -webkit-justify-content: flex-start; /* Safari */
    justify-content:flex-start;
}

/* flexコンテナの右側に配置 */
.fb_end {
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/      
    -webkit-justify-content: flex-end; /* Safari */
    justify-content:flex-end;
}

/* flexコンテナの中央に配置 */
.fb_center {
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/      
    -webkit-justify-content: center; /* Safari */
    justify-content:center;
}

/*最初と最後のアイテムは端に、残りは等間隔 */

.fb_between {
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/  
    -webkit-justify-content: space-between; /* Safari */
    justify-content:space-between;
}

/*等間隔に配置 */

.fb_around {
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/      
    -webkit-justify-content: space-around; /* Safari */
    justify-content:space-around;
}

/*flexコンテナの高さ（または幅）いっぱいに配置*/

.fb_items_stretch {
    -webkit-box-align:stretch;/*--- Androidブラウザ用 ---*/
    -ms-flex-align:stretch;/*--- IE10 ---*/ 
    -webkit-align-items: stretch; /* Safari */
    align-items:stretch;
}

/*flexコンテナのクロス軸の始点に配置*/

.fb_items_start {
    -webkit-align-items: flex-start; /* Safari */
    align-items:flex-start;
}

/*flexコンテナのクロス軸の終点に配置*/

.fb_items_end {
    -webkit-align-items: flex-end; /* Safari */
    align-items:flex-end;
}

/*flexコンテナのクロス軸の中央に配置*/

.fb_items_center {
    -webkit-align-items: center; /* Safari */
    align-items:center;
}

/*ベースラインに沿って配置*/

.fb_items_baseline {
    -webkit-align-items: baseline; /* Safari */
    align-items: baseline;
}

/*均等に分配されたスペースが全てのflexアイテムのあとについて配置*/

.fb_content_stretch {
  -webkit-align-content: stretch; /* Safari */
  align-content:stretch;
}

/*flexコンテナのクロス軸の始点に向かって積み重なる*/

.fb_content_start {
    -webkit-align-content: flex-start; /* Safari */
    align-content:flex-start;
}

/*flexコンテナのクロス軸の終点に向かって積み重なる*/

.fb_content_end {
    -webkit-align-content: flex-end; /* Safari */
    align-content:flex-end;
}

/*flexコンテナのクロス軸の終点に向かって積み重なる*/

.fb_content_center {
    -webkit-align-content: center; /* Safari */
    align-content:center;
}

/*------flexアイテムの順番を指定------*/

.fb-order-1{
    order:1;
}
.fb-order-2{
    order:2;
}
.fb-order-3{
    order:3;
}
.fb-order-4{
    order:4;
}
.fb-order-5{
    order:5;
}
/********/
.mfp_buttons submit{
    background-color: #C00;
    color: white;
    padding: 20px 40px;
    font-size: 3rem;
    font-weight: bold;
    border: none
}



/********/
body{
	font-size: 18px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

iframe {
  max-width: 100%;
}

.list-style-none, ul li {
  list-style-type: none;
}

.container {
  margin: 0 auto;
}

.inner {
    max-width: 960px;
    margin: 0 auto;
}

/**** Header ****/

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: #fff;
}
.header-wrap{
    height: 80px;
	padding: 10px 0;
    align-items: center;
}

.logo{
    line-height: 1;
    /*width: 360px;*/
    width: 240px;
}
.logo h1 a img{
    max-height:32px;
}
.telTop{
	font-weight: 500;
	font-size: 11px;
	text-align: center;
}

.telTop dt{
	margin-bottom:5px;}
.telTop dt span {
    display: inline-block;
	border: 1px solid #5ac0db;
	color: #5ac0db;
	padding: 3px 10px;
    margin-left: 5px;
    line-height: 1.0;
}
.telnumber{
	font-weight: 700;
	font-size: 35px;
	letter-spacing: -0.03em;
	line-height: 1;
	font-family: Dinpro-Bold;
}
.telnumber a{
	color: #333;}
.telnumber i{
	margin: 0 5px;
	font-size: 100%;
}
.mail {
    width: 150px;
    height: 60px;
}
.mail a{
    display: flex;
    color: #fff;
    font-size: 16px;
    width: inherit;
    height: inherit;
    background: #e45709;
    align-items: center;
    justify-content: center;
}
.mail i{
	margin-right: 10px;
}

nav {
background: #222;	
}
nav ul li {

}

nav ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 50px;
}

main{
    margin-top: 131px;
    width: 100%;
}
.mainImg img{
  max-width: 100%;
	width: 960px;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
.bnr{
	width: 100%;
	margin-bottom: 30px;
}
.contact-order{
	background: #5ac0db;
	padding: 30px 0;
    line-height: 1;
}

.contact-order dl {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
  	width: 100%;
    align-items: center;
}
.contact-order dt {
  text-align: center;
  margin-bottom: 10px;
}
.contact-order strong{
	color: #ffea00;
}
.contact-order small{
	font-size: 30px;
}
.contact-order dt span{
	font-size: 40px;
	color: #ffea00;
}
.contact-order dd span{
	font-size: 40px;
	color: #ffea00;
}
.contact-order ul{
	width: 100%;
	background: #fff;
	margin: auto;
	padding: 20px 0 0;
	text-align: center;
	font-weight: bold;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/		
	-webkit-justify-content: center; /* Safari */
	justify-content:center;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/	
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;	
    align-items: center;
}

.contact-order ul li:first-child{
	color: #333;
	font-size:20px;
}
.contact-order ul li:nth-child(2){
	margin-top: 0px;
}
.contact-order ul li:nth-child(2) span {
    display: inline-block;
	border: 1px solid #5ac0db;
    box-sizing: border-box;
	color: #5ac0db;
	margin-left: 5px;
    padding: 5px 5px;
}
.contact-order ul li:nth-child(3){
	width: 100%;
    margin: 20px auto;
}

.contact-order ul li:nth-child(3) dl {
    margin-bottom: 0;
}



.contact-order_tel a {
    color: #e45709;
    text-decoration:none;
    display: block;
    /*overflow: hidden;*/
}
.contact-order_tel a::before,
.contact-order_tel a::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
}
.contact-order_tel a::before { margin-bottom: -10px; }
.contact-order_tel a::after { margin-top: -3px; }







.contact-order ul li:nth-child(3) dt {
	margin: 0 10px;
	color: #fff;
    background: #e45709;
    font-weight: 500;
    font-size: 24px;
    padding: 10px;
    display: block;
}

.contact-order ul li:nth-child(3) dt::before,
.contact-order ul li:nth-child(3) dt::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
}
.contact-order ul li:nth-child(3) dt::before { margin-bottom: -4px; }
.contact-order ul li:nth-child(3) dt::after { margin-top: -2px; }











.contact-order ul li:nth-child(3) dl dd.contact-order_tel {
	font-size: 60px;
    color: #e45709;
    margin: 0 10px;
}

.service {
  width: 100%;
  height: 100%;
  background: url('../../../../bundle/bg-service.png') repeat;    
	padding: 30px 0;
}

.item:not(:last-of-type) {
    margin-bottom: 30px;
}
.item {
	padding: 30px;
	background: #fff;
	filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.3));
}
.item h3{
	font-size: 40px;
    color: #5ac0db;
    margin-bottom: 30px;
    border-bottom: 6px solid #5ac0db;
	font-weight: bold;
    line-height: 1;
}

.item_content{
	padding-left: 30px;
    width: 60%;
	line-height: 1.6;
	font-size: 16px;
}
.item_body figure img{

}
#price{
	background: #5ac0db;
	padding: 30px 0;
}

.price_body h3{
    font-size: 40px;
    color: #5ac0db;
    margin-bottom: 30px;
    border-bottom: 6px solid #5ac0db;
    font-weight: bold;
    line-height: 1;
}
.price_body{
    padding: 30px;
    background: #fff;
    filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.3));
}

.price{
	color: #cc0000;
	font-size: 40px;
	font-weight: bold;
	text-align: right;
	line-height: 1.0;
}
.price span{
	font-size: 40px;
}

#step {
  width: 100%;
  height: 100%;
  background: url('../../../../bundle/bg-service.png');
	padding: 30px 0;	
}
.step3{
    display: block;
    margin: 0 auto 30px;
}
.step_body:not(:last-of-type){
    margin-bottom: 30px;
}
.step_body {
	padding: 30px;
	background: #fff;
	filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.3));
}
.step_body dl:nth-of-type(1){
	margin-bottom: 15px;
}

.step_body dl:first-child dt{
    background: #5ac0db;
    color: #fff;
    padding: 5px 0 10px 20px;
    width: 280px;
    margin-right: 20px;
    font-size: 24px;
    font-weight: bold;
}
.step_body dl span{
	font-size: 36px;
	padding: 0 10px;
	
}
.step_body dl dd{
	font-size: 16px;
    padding-left: 20px;
    line-height: 1.6;
}

.step_body dl:first-child  dd{
	padding: 0;
    font-size: 30px;
	font-weight: bold;
}
.step_body dl:nth-child(2) dt{
    width: 100%;
	max-width: 280px;}


.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 30%;
    position: relative;
}
.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
#access{
	text-align: center;
	margin:0;
	padding: 0;
	background: #eaeaea;
}

#access h2{
	margin: 0 auto;
    font-size: 40px;
    color: #5ac0db;
    padding: 30px;
    border-top: 5px solid #5ac0db;
    border-bottom: 5px solid #5ac0db;
    width: 100%;    
	background: #fff;
    font-weight: bold;
    line-height: 1;
}

#contact{
	padding: 60px 0 30px;
	background: #fff;
}

#contact h2{	
	text-align: center;
	margin: 0 auto 50px;
	font-size: 40px;
	color: #5ac0db;
	padding: 20px;
	border: 5px solid #5ac0db;
	width: 50%;
	font-weight: bold;
}
textarea {
    width: 100% !important;
    height: 204px !important;
    padding: 15px 5.66%;
}
.mfp input{
    height: 50px;
    padding: 1%;
    vertical-align: middle;	
}

/**** Footer ****/

.footer {
    width: 100%;
    border-top: 6px solid #222;
    background: #5ac0db;
    padding: 0 2.5% 30px;  
	margin: 60px auto 0;
	color: #fff;
	font-size: 14px;
}
.footer a {
    color: inherit!important;
}

#privacy {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 30px;
    margin: 0 auto 60px;
    width: 100%;
    max-width: 960px;
}

#privacy h4 {
    font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#privacy div {
    height: 120px;
    overflow-y: scroll;
    font-size: 12px;
}

#privacy div p {
  font-size: 12px;
  margin-bottom: 0.5rem;
}

footer ul {
	text-align: center;
	padding: 30px 0 0;
}
footer ul li{
 font-size: 14px;
}
footer ul li:last-child{
	margin-top: 30px;
 font-size: 12px;
}
#form#mailformpro {
	padding: 8px;
}

div.mfp_buttons button{
    font-size: 18px!important;
    margin: 10px!important;
    padding: 20px!important;
	background-color: #C00;
    color: #fff;
    font-weight: bold;
    border: none	
}
@media screen and (max-width: 960px) {
    main {
        margin-top: 61px;
    }
    .step3 {
        width: 75%;
        margin: 0 auto 15px;
        display: block;
    }
    .sp_none{
    	display: none;
    }
    .header-wrap {
        height: 60px;
    }
    .logo{
    	margin-left: 20px;
    }
    .telnumber {
        font-weight: 700;
        font-size: 40px;
        letter-spacing: -0.03em;
        line-height: 1;
        font-family: Dinpro-Bold;
        margin-right: 65px;
        margin-top: 0;
    	color: #5ac0db;
	}
    .contact-form__wrap {
        width: 90%;
        margin: auto;
    }
    .contact-order ul li:nth-child(3) dt {
        font-size: 4vw;
    }
    .contact-order .inner > dl {
        width: 90%;
        margin: 0 auto 30px;
    }
    .contact-order ul li:first-child,
    .contact-order ul li:nth-child(2) {
        width: 100%;
    }
    .contact-order ul li:nth-child(2) span {
        margin-left: 0;
        margin-top: 15px;
        padding: 5px 5px;
    }
    .contact-order ul li:nth-child(3) dl dd.contact-order_tel {
        font-size: calc(10px + 8vw);
        color: #e45709;
        margin: 15px 0 0;
    }
}
@media screen and (max-width: 480px)  { 
    body {
        font-size: 15px;
    }
    main {
        margin-top: 61px;
    	width: 100%;
    }
    .logo {
        width: 50%;
        min-width: 140px;
    }
    .service {   
    	padding-bottom: 30px;
    }
    .bnr {
        margin-bottom: 30px;
    }
    .item {
    	padding: 15px;
        margin-bottom: 0;	
    	}
    .item h3,
    .price_body h3 {
        font-size: 22px;
        margin-bottom: 15px;
        border-bottom: 3px solid #5ac0db;
    }	
    .item_body{
    	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    	-ms-flex-pack:justify;/*--- IE10 ---*/		
    	-webkit-justify-content: center; /* Safari */
    	justify-content:center;
    	-ms-flex-wrap:wrap;/*--- IE10用 ---*/	
    	-webkit-flex-wrap: wrap; /* Safari */
    	flex-wrap:wrap;		
    	}	
    .item_content {
        width: 100%;
        padding: 15px 0 0;
    }	

    #price {
        padding: 30px 0;
    }
    .price {
        font-size: 38px;
        text-align: center;
    }
    .price_body{
        padding: 15px;
        margin-bottom: 0 !important;
        border-bottom: 1px solid #ccc;
    }
    .price_body h3 {
        font-style: normal;
    }
    .price_body dd {
        padding: 15px;
    }	

    .price_title h2 {
        text-align: center;
        font-size: 24px;
    	}
    .price_title dl {
        font-size: 0;
    }	
    .price_body li:first-child{
    	order:3;
    	width: 100%;
        margin-top: 15px;
    }
    .price_body li:nth-child(2){
    	order:1
    	}	
    .price_content {
    	justify-content:space-between;
    	flex-wrap:wrap;		
    	}
    .price_content p {
        margin-bottom: 15px;
    }
    #step {
        padding: 30px 0;
    }	
    #step figure{
    	text-align: center;
    	}
    .step3 {
    	width: 90%;
        margin-bottom: 15px;
    	}

    .step_body{
        margin: 0;
        padding: 0 15px;
    }

    .step_body img{
    		width: 100%;
    	}	
    .step_body dl {
        margin-bottom: 0;	
    	-webkit-box-direction:column;/*--- Androidブラウザ用 ---*/
    	-ms-flex-direction: column;/*--- IE10用 ---*/	
    	-webkit-flex-direction: column; /* Safari */
    	flex-direction:column;
    	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    	-ms-flex-pack:justify;/*--- IE10 ---*/		
    	-webkit-justify-content: center; /* Safari */
    	justify-content:center;	
    }
    .step_body dl dt {
        width: 100%;
        min-width: 480px;
    }

    .step_body dl:first-child dt {
        padding: 0px;
        width: 100%;
        margin: 0px;
        font-size: 24px;
        font-weight: bold;
    	text-align: center;
    }

    .step_body dl:first-child dd {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        margin-top: 15px;
        line-height: 1;
    }
    .step_body dl:nth-child(2) dt {
    width: 100%;
        max-width: 480px;
        min-width: unset;
    }
    .step_body dl dd {
        font-size: 16px;
        padding: 15px 0;
        line-height: 1.6;
    }
    .step_center{
    	-ms-flex-wrap:wrap;/*--- IE10用 ---*/	
    	-webkit-flex-wrap: wrap; /* Safari */
    	flex-wrap:wrap;
    	-webkit-box-direction:column;/*--- Androidブラウザ用 ---*/
    	-ms-flex-direction: column;/*--- IE10用 ---*/	
    	-webkit-flex-direction: column; /* Safari */
    	flex-direction:column;
    	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    	-ms-flex-pack:justify;/*--- IE10 ---*/		
    	-webkit-justify-content: center; /* Safari */
    	justify-content:center;	
    	}
    #map{
    	padding: 0 10px;
        text-align: center;
        margin: 30px 0;

    }
    #map p {
        font-weight: normal;
        font-size: 15px;
    }
    	
    .contact-order {
        padding: 20px 0 20px;
    	margin-bottom: 30px;
    }
    		
    .contact-order ul {
        width: 100%;
        height: auto;
        background: #fff;
        margin: auto;
        padding: 20px;
        text-align: center;
    	font-weight: bold;
    	}	

    .contact-order ul li:first-child {
        color: #333;
        font-size: 18px;
    }
    .contact-order dl{
        font-size: 2rem;
        text-align: center;
        margin-bottom: 0;
    }

    .contact-order .inner > dl{
    	font-size: 2rem;
    	text-align: center;
    	margin-bottom: 20px;
    }
    .contact-order dt span{
    	font-size: 2.5rem;
    	color: #ffea00;
    }
    .contact-order dd span{
    	font-size: 2.5rem;
    	color: #ffea00;
    }	
    .contact-order ul li:nth-child(3) dt {
        font-size: 3vw;
        margin: 0;
        line-height: 1;
        min-width: 100px;
        width: 25%;
        padding: 10px 0;
    }
    .contact-order ul li:nth-child(3) dd {
        width: 100%;
        margin: 0;
    }
    .contact-order ul li:nth-child(3) {
        font-size: 28px;
        margin-bottom: 0;
    }
    .contact-order ul li:nth-child(3) span {
    	font-size: 10vw;
    	line-height: 30px;
    }
    .contact-order_tel a {
        overflow: visible;
    }

    #contact {
        padding: 30px 0;
        background: #eaeaea;
    }
    #contact h2 {
        text-align: center;
        margin: auto;
        font-size: 22px;
        color: #5ac0db;
        padding: 15px;
        width: 80%;
        line-height: 1;
        font-weight: bold;
        border: 5px solid #5ac0db;
    }
    .form-group label {
        width: 100%;
    }
    #access h2 {
        font-size: 22px;
        padding: 15px 0;
    }
    .gmap {
        padding-bottom: 40%;
    }
}

/* ナビゲーション */
.cp_cont{
	background: #5ac0db;
	border-bottom: #fff solid 1px;
}
.cp_offcm01 {
  position: fixed;
  top: 10px;
  right: 12px;
  display: inline-block;
  z-index: 200;
  width: 40px;
  height: 40px;
  background-color: #5ac0db;
  padding: 9px;
  border-radius: 4px;
  /* menu */
  /* menu toggle */ }
  .cp_offcm01 .toggle span {
    display: inline-block;
    position: absolute;
    left: 0;
    background: #fff;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear; }
    .cp_offcm01 .toggle span:nth-of-type(1) {
      top: 3px; }
    .cp_offcm01 .toggle span:nth-of-type(2) {
      top: 17px; }
    .cp_offcm01 .toggle span:nth-of-type(3) {
      top: 10px; }

  .cp_offcm01 .cp_menu {
    position: fixed;
    top: 60px;
    right: -100vw;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: #fffffb;
    -webkit-transition: 0.53s transform;
    -webkit-transition: 0.53s -webkit-transform;
    transition: 0.53s -webkit-transform;
    -o-transition: 0.53s transform;
    transition: 0.53s transform;
    transition: 0.53s transform, 0.53s -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
    -o-transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
    transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
    z-index: 100; }
    .cp_offcm01 .cp_menu ul {
      width: 100%;
      top: 0;
      margin-top: 0;
      position: relative;
      z-index: 30;
      margin-left: 20px;
      margin-top: 10px;
      padding: 0;
      padding-top: 30px; }
      .cp_offcm01 .cp_menu ul li {
        font-size: 1.8rem;
        padding-top: 0;
        border: none;
        display: block;
        text-align: center;
        width: 100%;
        list-style: none;
        margin-bottom: 25px; }
        .cp_offcm01 .cp_menu ul li a {
          display: block;
          text-decoration: none;
          font-weight: bold;
          color: #5ac0db; }
        .cp_offcm01 .cp_menu ul li.toggle a {
          width: 100%; }
        .cp_offcm01 .cp_menu ul li.nav_sns {
          margin-top: 15px; }
          .cp_offcm01 .cp_menu ul li.nav_sns a {
            font-size: 2.2rem;
            display: inline; }
            .cp_offcm01 .cp_menu ul li.nav_sns a:nth-child(1) {
              margin-right: 25px; }
  .cp_offcm01 #cp_toggle01 {
    position: absolute;
    display: none;
    opacity: 0; }
  .cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw);
    top: 60px;
    margin-right: 0; }
  .cp_offcm01 #cp_toggle01:checked ~ .cp_menu ul {
    margin-left: 0; }
  .cp_offcm01 #cp_toggle01 ~ label {
    display: block;
    cursor: pointer;
    -webkit-transition: 0.5s transform;
    -webkit-transition: 0.5s -webkit-transform;
    transition: 0.5s -webkit-transform;
    -o-transition: 0.5s transform;
    transition: 0.5s transform;
    transition: 0.5s transform, 0.5s -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.61, -0.38, 0.37, 1.27);
    -o-transition-timing-function: cubic-bezier(0.61, -0.38, 0.37, 1.27);
    transition-timing-function: cubic-bezier(0.61, -0.38, 0.37, 1.27);
    text-align: center;
    color: #333333;
    width: 23px;
    height: 23px;
    display: block;
    position: relative;
    margin: 0; }
  .cp_offcm01 #cp_toggle01:checked ~ label {
    position: fixed;
    top: 15px; }
  .cp_offcm01 #cp_toggle01:checked ~ label span {
    -webkit-transform: translateY(10px) rotate(-45deg);
    -ms-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    top: 20px; }
  .cp_offcm01 #cp_toggle01:checked ~ label span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    -ms-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    top: 4px; }
  .cp_offcm01 #cp_toggle01:checked ~ label span:nth-of-type(2) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
    top: 20px; }
  .cp_offcm01 #cp_toggle01:checked ~ label span:nth-of-type(3) {
    display: none; }
  @media only screen and (min-width: 576px) {
    .cp_offcm01 #cp_toggle01:checked ~ label {
      z-index: 200; }
    .cp_offcm01 #cp_toggle01:checked ~ label span {
      background-color: #5ac0db; }
    .cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
      top: 0; }
    .cp_offcm01 .cp_menu {
      width: 275px;
      padding-left: 40px; }
      .cp_offcm01 .cp_menu ul {
        margin-top: 35px; }
        .cp_offcm01 .cp_menu ul li {
          font-size: 1.6rem;
          text-align: left;
          margin-bottom: 35px; }
          .cp_offcm01 .cp_menu ul li.nav_sns {
            margin-top: 35px; } }
  @media only screen and (min-width: 961px) {
    .cp_offcm01 {
      max-width: 960px;
      width: 100%;
      height: auto;
      position: relative;
      display: block;
      background-color: rgba(0, 0, 0, 0);
      padding: 0;
      right: auto;
      top: auto;
      margin: 0 auto; }
      .cp_offcm01 .cp_menu {
        background-color: rgba(0, 0, 0, 0);
        right: auto;
        margin: 0 auto;
        padding-left: 0;
        width: 100%;
        height: auto;
        position: relative;
        top: auto; }
        .cp_offcm01 .cp_menu ul {
          height: auto;
          background-color: rgba(0, 0, 0, 0);
          margin: 0;
          padding-top: 0;
          position: relative;
          border-left: 1px #fff solid; }
          .cp_offcm01 .cp_menu ul li {
            text-align: center;
            border-right: 1px #fff solid;
            width: 25%;
            margin-bottom: 0; }
            .cp_offcm01 .cp_menu ul li a {
              color: #fff;
              font-size: 1.4rem; }
              .cp_offcm01 .cp_menu ul li a:hover {
                text-decoration:none; }
            .cp_offcm01 .cp_menu ul li.nav_sns {
              display: none; }
              .cp_offcm01 .cp_menu ul li.nav_sp {
                display: none !important;
              }
      .cp_offcm01 #cp_toggle01 ~ label {
        display: none; }
}
/* ナビゲーションここまで */




.news .container {
  padding: 20px;
}
.news-header {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.news-list-item:first-child {
  border-top: 1px solid gray;
}
.news-list-item {
  padding: 20px 0;
  border-bottom: 1px solid gray;
}
.news-date {
  display: inline-block;
  margin-right: 24px;
  padding: 4px 8px;
  background-color: black;
  color: white;
}
.text-center {
  text-align: center;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
}
textarea {
  padding: 10px;
}


/*20210906ボタン追加*/

.Conf_Btn {
    width: 100%;
    margin: auto;
    background: #fff;
    padding: 0 20px 20px;
    text-align: center;
}

.Conf_Btn a{
    display: block;
    width: 80%;
    max-width: 550px;
    margin: auto;
    background: #5ac0db;
    border-radius: 10px;
}

.Conf_Btn a p {
    color: #fff;
    text-align: center;
    font-size: 2rem;
    padding: 20px;
}

@media screen and (max-width: 480px)  {
    .Conf_Btn {
        padding: 10px;
    }
}

















