@charset "UTF-8";
html{font-size:62.5%;}
* {margin: 0;padding: 0;box-sizing: border-box;}
img {border: none;vertical-align: bottom;line-height: 0;}
main{display: block;}
h1,h2,h3,h4,h5,h6{font-size: 100%;font-weight: normal;font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;}
h1,h1 a {font-size:26px;font-size:2.6rem;}
h2,h2 a {font-size:22px;font-size:2.2rem;}
h3 {font-size:20px;font-size:2.0rem;}
h4,h5 {font-size:18px;font-size:1.8rem;}
p,dl,a,ul,li,table,dt,dt a,figcaption {font-size:16px;font-size:1.6rem;font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;}
a {text-decoration: none;color: inherit;line-height:inherit;font-size:inherit;cursor: pointer;transition-duration: 0.4s;}
a:hover{color:rgba(150,150,150,1);text-decoration: none;}
ul,p,tr,td,table{margin:0;padding:0;color: #333;}
p{line-height: 1.8;color: #333;text-align: justify;text-justify: inter-ideograph;}
li,dd{list-style:none;margin: 0;padding: 0;color: #333;}
.cf:after{content: "";clear: both;display: block;}
.no-border{border: 0px!important;}
span.ib{display: inline-block;}
.attention{margin-left: 1em!important;text-indent: -1em;}
.attention:before{content: "※";}
.upper-1200,.upper-1024,.upper-767{display: block;}
.under-1200,.under-1024,.under-767{display: none;}
.fbox{display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap:wrap;-webkit-justify-content: space-between;justify-content:space-between;}
.fbox-column{-webkit-flex-direction: column;flex-direction:column;}
.fbox-start{-webkit-justify-content: flex-start;justify-content:flex-start;}
.fbox-end{-webkit-justify-content: flex-end;justify-content:flex-end;}
.fbox-center{-webkit-justify-content: center;justify-content:center;}
.fali-center{-webkit-align-items: center;align-items:center;}
.fali-end{-webkit-align-items: flex-end;align-items:flex-end;}
.fali-start{-webkit-align-items: flex-start;align-items:flex-start;}
.fali-base{-webkit-align-items: baseline;align-items:baseline;}
.red{color: red;}
.blue{color:rgba(50,90,140,1);}
.mi{width: 100%;height: auto;}
.st{font-size:75%;}
.rw4{font-family: 'Raleway', sans-serif;font-weight: 400;letter-spacing: .05em;}.rw7{font-family: 'Raleway', sans-serif;font-weight: 700;letter-spacing: .05em;}
.js4{font-family: 'Josefin Slab', serif;font-weight: 400;}.js7{font-family: 'Josefin Slab', serif;font-weight: 700;}
.sticky{position: sticky;top: 0;z-index: 50;}
.multi-column-box{-moz-column-count: 2;-webkit-column-count: 2;column-count: 2;-moz-column-gap: 50px;-webkit-column-gap: 50px;column-gap: 50px;}
.ssrf{font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;}
.pt0{padding-top: 0!important;}
body{font-size:10px;font-size:1.0rem;width:100%;line-height:1.8;font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;background-color: #fff;background: url(images/bg.jpg) repeat center center;}
/*---------------------------------------------------------common-----------------------------------------------*/
section.common-section,div.common-inner{
	max-width: 1340px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 80px 40px;
}
div.common-inner{
	padding: 0 40px;
}
h2.center-title{
	text-align: center;
	margin-bottom: 35px;
	padding-bottom: 15px;
	position: relative;
}
h2.center-title:after{
	width: 40px;
	height: 1px;
	background-color: rgba(50,90,140,1);
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	position: absolute;
	bottom: -10px;
}
div.center-paragraph p{
	text-align: center;
	line-height: 2.2;
}
div.center-paragraph p a{
	text-decoration: underline;
}
.sp-nav-wrapper-inner .temp-nav{
	display: none;
}
@media (min-width: 751px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}
/*---------------------------------------------------------child-common-----------------------------------------*/
div.child-top-photo{
	width: 100%;
	height: 50vh;
}
div.contact-top-photo{
	background: url(images/contact/pt-head.jpg) no-repeat top center / cover;
}
div.plan-top-photo{
	background: url(images/plan/pt-head.jpg) no-repeat top center / cover;
}
div.flower-top-photo{
	background: url(images/flower/pt-head.jpg) no-repeat center center / cover;
}
div.faq-top-photo{
	background: url(images/faq/pt-head.jpg) no-repeat center center / cover;
}
div.access-top-photo{
	background: url(images/access/pt-head.jpg) no-repeat center center / cover;
}
div.flow-top-photo{
	background: url(images/flow/pt-head.jpg) no-repeat center center / cover;
}
div.child-top-inner{
	width: 100%;
	height: 100%;
}
div.child-top-inner h2{
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.0;
	margin-left: 4px;
}
/*---------------------------------------------------------header-----------------------------------------------*/
header.common-header{
	position: absolute;
	z-index: 5;
	width: 100%;
	padding: 20px 40px;
}
header.common-header nav ul li{
	margin-right: 50px;
	transition-duration: .4s;
}
header.common-header nav ul li figure{
	margin-bottom: 7px;
}
header.common-header nav ul li a{
	line-height: 1.0;
	color: #fff;
}
header.common-header-child{
	position: relative;
	background-color: rgba(40,80,130,1);
}
div.head-tel > p{
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: right;
	line-height: 1.2;
}
div.head-tel div.head-tel-num a{
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: bold;
	color: #fff;
	margin-left: 6px;
	line-height: 1.4;
}
div.sp-menu{
	display: none;
}
/*---------------------------------------------------------footer-----------------------------------------------*/
footer{
	background-color: rgba(50,90,140,1);
	padding: 40px 40px 160px;
}
nav.footer-nav p{
	padding: 0 1em;
	color: #fff;
}
figure.footer-logo{
	margin-top: 60px;
	text-align: center;
}
ul.hall-list{
	margin-top: 35px;
}
ul.hall-list li{
	margin-top: 15px;
	padding: 0 40px;
}
ul.hall-list li h5{
	text-align: center;
	color: #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 4px;
	padding-bottom: 4px;
}
ul.hall-list li p{
	text-align: center;
	color: #fff;
}
p.copyrights{
	text-align: center;
	color: #fff;
	margin-top: 30px;
}
div.bottom-fixed{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 16;
	width: 100%;
	background-color: rgba(40,80,130,.95);
	padding: 15px 0 8px;
	opacity: 0;
	transition-duration: .8s;
}
div.bottom-fixed-texts{
	padding-left: 80px;
	position: relative;
}
div.bottom-fixed-texts figure{
	width: 65px;
	position: absolute;
	left: 0;
	bottom: 0;
}
div.bottom-fixed-texts h5{
	color: #fff;
	line-height: 1.2;
	font-weight: bold;
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: .05em;
}
div.bottom-fixed-texts p{
	color: #fff;
	line-height: 1.2;
}
div.bottom-fixed-phone{
	padding: 0 30px;
}
div.bottom-fixed-phone figure{
	margin-right: 6px;
}
div.bottom-fixed-phone a{
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.0;
}
div.bottom-fixed-mail a{
	background-color: #fff;
	border-radius: 4px;
	padding: 6px 20px;
	text-align: center;
}
div.bottom-fixed-mail a figure{
	margin-right: 4px;
}
div.bottom-fixed-inner-sp{
	display: none;
}
div.sp-nav-wrapper{
	z-index: 130;
	position: fixed;
	width: 100%;
	min-height: 100vh;
	background-color: rgba(50,90,140,.98);
	top: 0;
	left: 100vw;
	right: 0;
	margin: auto;
	padding: 20px;
	transition-duration: .4s;
	opacity: 0;
}
div.sp-nav-wrapper h1{
	text-align: center;
	line-height: 1.0;
	margin-bottom: 30px;
}
div.sp-nav-wrapper nav{

}
div.sp-nav-wrapper nav a{
	width: 46%;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 4px;
	margin: 2%;
}
div.sp-nav-wrapper nav a figure{
	width: 30px;
	margin: 0 auto;
}
div.sp-nav-wrapper nav a p{
	text-align: center;
	color: #fff;
	line-height: 1.2;
	margin-top: 5px;
}
div.sp-nav-wrapper-tel{
	margin-bottom: 15px;
}
div.sp-nav-wrapper-tel figure{
	width: 20px;
	margin-right: 4px;
}
div.sp-nav-wrapper-tel p{
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
}
figure.sp-close{
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 150;
	cursor: pointer;
}
/*---------------------------------------------------------top--------------------------------------------------*/
section.top-news-section{
	position: absolute;
	margin: 0 auto 0;
	max-width: 1260px;
	width: 80%;
	z-index: 15;
	top: calc(100vh - 240px);
	left: 0;
	right: 0;
}
section.top-news-section div.top-news-inner{
	border-radius: 2px;
	border: 1px solid #fff;
}
section.top-news-section div.top-news-inner h5{
	text-align: center;
	color: #fff;
	background-color: rgba(50,90,140,1);
	width: 200px;
	padding: 15px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	font-size: 16px;
	font-size: 1.6rem;
}
section.top-news-section div.top-news-inner div{
	width: calc(100% - 200px);
	background-color: #fff;
}
section.top-news-section div.top-news-inner div p.top-news-date{
	width: 7em;
	text-align: center;
	padding: 15px 0;
}
section.top-news-section div.top-news-inner div p.top-news-contents{
	width: calc(100% - 8em);
	padding: 15px 0;
}
section.illust-nav-wrapper{
	margin-top: 0px;
	background-color: rgba(50,90,140,1);
	padding: 40px 40px;
	transition-duration: .8s;
}
section.illust-nav-wrapper nav a{
	position: relative;
	width: 15%;
}
section.illust-nav-wrapper nav a:after{
	position: absolute;
	top: 20px;
	right: 0;
	width: 1px;
	height: 20px;
	background-color: #fff;
	content: "";
}
section.illust-nav-wrapper nav a:last-child:after{
	width: 0;
}
section.illust-nav-wrapper nav a p{
	text-align: center;
	color: #fff;
}
section.illust-nav-wrapper nav a figure{
	width: 88px;
	padding: 0 20px;
	text-align: center;
	margin: 0 auto;
	transition-duration: .8s;
}
section.illust-nav-wrapper-top{
	display: none;
}
section.top-lead-section{
	background: url(images/bg2.jpg) repeat center center;
	padding: 85px 0 0;
}
section.swiper-container-small{
	margin-top: 80px;
}
section.white-section{
	background-color: #fff;
	padding: 85px 0;
}
ul.top-plan-list{
	margin-top: 60px;
}
ul.top-plan-list li{
	width: 31%;
	padding: 35px;
	border-radius: 4px;
	border: 2px solid #eee;
}
ul.top-plan-list li figure{
	padding: 0 15px;
}
ul.top-plan-list li h3{
	text-align: center;
	font-weight: bold;
	margin-top: 8px;
}
ul.top-plan-list li h4{
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.0;
	margin: 5px 0;
	font-weight: bold;
}
ul.top-plan-list li h4 span{
	font-size: 65%;
}
ul.top-plan-list li div{
	margin-top: 15px;
}
div.two-article article{
	width: 48%;
}
div.two-article article h3{
	margin-top: 15px;
}
div.two-article article div.article-pargraph{
	margin-top: 5px;
}
/*---------------------------------------------------------plan-------------------------------------------------*/
nav.plan-nav{
	width: 100%;
	max-width: 800px;
	margin: 40px auto 0;
}
nav.plan-nav a{
	width: 47%;
}
nav.plan-nav a figure img{
	border-radius: 4px;
}
nav.plan-nav a figure figcaption{
	text-align: center;
	color: #333;
}
div.plan-title{
	position: relative;
}
div.plan-title h3{
	position: absolute;
	height: 100%;
	width: 100%;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: #fff;
	letter-spacing: .1em;
	font-size: 24px;
	font-size: 2.4rem;
	text-shadow: 0 0 10px rgba(0, 0, 0, .75);
}
div.plan-paragraph{
	margin-top: 25px;
}
div.plan-paragraph p{
	text-align: center;
}
article.plan-article{
	margin: 60px 0 0;
	width: 32.3333%;
	padding: 20px;
	border-radius: 4px;
	border: 2px solid #eee;
}
div.plan-article-title{
	width: 240px;
	margin: 0 auto;

}
div.plan-article-title h3{
	text-align: center;
	margin-top: 5px;
}
div.plan-article-texts{
	margin-top: 15px;
}
div.plan-article-texts h4{
	text-align: center;
}
div.plan-article-texts div{
	margin-top: 25px;
}
div.plan-article-texts div h5{
	margin-bottom: 5px;
	font-size: 20px;
	font-size: 2.0rem;
}
ul.plan-service-list{
	margin-top: 10px;
}
ul.plan-service-list li{
	width: 31.3333%;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 10px;
	margin: 0 1% 18px;
}
ul.plan-service-list li figure figcaption{
	text-align: center;
	line-height: 1.2;
	margin-top: 10px;
	font-size: 12px;
	font-size: 1.2rem;
}
div.plan-article-texts div h5.plan-service-title{
	font-size: 17px;
	font-size: 1.7rem;
}
div.hall-wrapper{
	margin-top: 40px;
}
ul.plan-hall-list li{
	width: 31.333%;
	margin: 0 1% 25px;
}
ul.plan-hall-list li figure figcaption{
	text-align: center;
	line-height: 1.2;
	margin-top: 5px;
}
/*------------------------------------------------------------flower--------------------------------------------*/
div.flower-type-wrapper{
	margin-top: 40px;
}
div.flower-type-wrapper > div{
	width: 25%;
	padding: 20px 30px;
	border-right: 2px solid #fff;
}
div.flower-type-wrapper > div:nth-child(even){
	border-right-color: transparent;
	padding-right: 20px;
	padding-left: 40px;
}
div.flower-type-wrapper > div:nth-child(odd){
	padding-right: 40px;
	padding-left: 20px;
}
div.flower-fax{
	margin-top: 30px;
}
div.flower-fax h5{
	font-weight: bold;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.2;
	margin-right: 30px;
}
div.flower-fax > div{
	border-radius: 4px;
	background-color: rgba(50,90,140,1);
	padding: 10px 25px;
}
div.flower-fax > div figure{
	width: 28px;
	margin-right: 6px;
}
div.flower-fax > div p{
	color: #fff;
}
div.for-line{
	width: 100%;
	margin: 40px auto;
	height: 5px;
	border-bottom: 3px solid #F9F2EA;
}
/*----------------------------------------------------------faq-------------------------------------------------*/
ul.faq-list{
	margin-top: 40px;
}
ul.faq-list li{
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 20px;
}
ul.faq-list li div.q-box figure{
	width: 40px;
}
ul.faq-list li div.q-box > div{
	width: calc(100% - 40px);
	padding-left: 30px;
}
ul.faq-list li div.q-box > div p{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
ul.faq-list li div.a-box{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
}
ul.faq-list li div.a-box figure{
	width: 40px;
}
ul.faq-list li div.a-box > div{
	width: calc(100% - 40px);
	padding-left: 30px;
}
ul.faq-list li div.a-box > div p:first-child{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
/*---------------------------------------------------------access-----------------------------------------------*/
article.access-article{
	width: 47%;
	margin-bottom: 40px;
}
article.access-article h3{
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
article.access-article dl{
	margin: 10px auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
article.access-article dl dt{
	width: 4em;
	line-height: 1.4;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
}
article.access-article dl dd{
	width: calc(100% - 4em);
	padding-left: 1em;
	line-height: 1.4;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
}
article.access-article dl dt:last-of-type,article.access-article dl dd:last-of-type{
	border: 0px;
	padding-bottom: 0;
}
article.access-article iframe{
	width: 100%;
	height: 350px;
}
/*------------------------------------------------------------flow----------------------------------------------*/
ul.flow-list{
	margin-top: 40px;
}
ul.flow-list li{
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 20px;
}
ul.flow-list li figure{
	width: 250px;
}
ul.flow-list li div.flow-text{
	width: calc(100% - 280px);
}
ul.flow-list li div.flow-text div.flow-title{
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: solid 1px #eee;
}
ul.flow-list li div.flow-text div.flow-title p{
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.2;
}
ul.flow-list li div.flow-text div.flow-title h4{
	width: calc(100% - 30px);
	line-height: 1.2;
}
/*---------------------------------------------------------table------------------------------------------------*/
table{

	margin:20px auto 2px;
	width: 100%;
	border-spacing: 8px;
}
td,th{
	padding: 15px 25px;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-weight: normal;
	line-height: 1.2;
	text-align: left;
}
th{
	background-color: rgba(172,50,50,1);
	color: #fff;
	width: 25%;
	vertical-align: top;
}
td{
	background-color: #f6f6f6;
	width: 75%;
}
table tr:nth-child(even) td{
	background-color: #fbfbfb;
}
/*---------------------------------------------------------slides-----------------------------------------------*/
section.swiper-container-main{
	width: 100%;
	height: calc(100vh - 140px);
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 10px 0;
	background-color: #fff;
	opacity: 1.0;
}
.swiper-button-next,.swiper-button-prev {
	top: 50%;
	width: 15px;
	height: 27px;
	margin-top: -13.5px;
}
.swiper-button-prev {
	background: url(images/fig-slide-arrow-left.png) no-repeat center center / contain;
}
.swiper-button-next {
	background: url(images/fig-slide-arrow-right.png) no-repeat center center / contain;
}
section.swiper-container-main .swiper-pagination-bullets .swiper-pagination-bullet-active{
	background-color: rgba(50,90,140,1);
}
section.swiper-container-main > .swiper-pagination-bullets{
	opacity: 1;
	width: 10px;
	height: 10px;
	width: 18px;
	left: 45px;
	display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap:wrap;-webkit-justify-content: center;justify-content:center;-webkit-flex-direction: column;flex-direction:column;
	height: 100vh;
}
section.swiper-container-main li{
	text-align: right;
}
section.swiper-container-main div.slide-texts{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align: left;
	display: inline-block;
	margin: 150px 100px 150px 0;
}
section.swiper-container-main div.slide-texts p{
	font-size: 28px;
	font-size: 2.8rem;
	text-align: left;
	font-weight: bold;
	text-shadow: 1px 1px 8px rgba(255, 255, 255, 1.0),-1px -1px 8px rgba(255, 255, 255, 1.0),0px 0px 14px rgba(255, 255, 255, 1.0);
}
section.swiper-container-main li.slide1{
	background: rgba(0, 0, 0, 0) url('images/top/slide/slide1.jpg') no-repeat center center / cover;
}
section.swiper-container-main li.slide2{
	background: rgba(0, 0, 0, 0) url('images/top/slide/slide2.jpg') no-repeat center center / cover;
}
/*---------------------------------------------------------form------------------------------------------*/
form#mail_form div,form#mail_form h2,form#mail_form h3,form#mail_form h4,form#mail_form p,form#mail_form dl,form#mail_form dt,form#mail_form dd,form#mail_form ul,form#mail_form li{
	box-sizing: border-box;
}
form#mail_form figure{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
form#mail_form div.attention-wrapper{
	margin-bottom: 30px;
}
form#mail_form ul{
	margin: 0 0 40px;
	padding: 0 30px;
}
form#mail_form ul.order-list li{
	list-style-type: none;
	margin-bottom: 60px;
}
form#mail_form ul.order-list li figure{
	width: 250px;
}
form#mail_form ul.order-list li div.order-texts{
	width: calc(100% - 280px);
}
form#mail_form ul.order-list li div.order-texts h2{
	width: 100%;
	text-align: left;
	padding: 15px;
}
form#mail_form ul.order-list li div.order-texts h2 span{
	font-size: 80%;
	margin-left: 4px;
}
form#mail_form ul.order-list li div.order-texts h3{
	text-align: left;
}
form#mail_form ul.order-list li div.order-texts h4{
	text-align: left;
	font-size: 130%;
}
form#mail_form ul.order-list li div.order-texts h4 span{
	font-size: 75%;
	margin-right: 4px;
	font-weight: normal;
}
form#mail_form ul.order-list li div.order-texts p{
	text-align: left;
}
form#mail_form ul.order-list li div.order-texts dt{
	width: 6em;
	padding: 0;
	margin: 0 0 8px;
	text-align: left;
}
form#mail_form ul.order-list li div.order-texts dd{
	width: calc(100% - 6em);
	padding: 0;
	margin: 0 0 8px;
	text-align: left;
}
form#mail_form input,form#mail_form select,form#mail_form textarea{
	border: 0;
	padding: 6px 10px;
	color: #333;
	border: solid 1px #ccc;
	margin: 0 0 0px;
	-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 17px;
	font-size: 1.7rem;
	box-sizing: border-box;
}
form#mail_form ul.order-list li dl.order-list-nums-wrapper{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
}
form#mail_form ul.order-list li dl.order-list-nums-wrapper select{
	margin: 0px 6px;
	width: auto;
	font-size: 180%;
}
form#mail_form div.order-form-inner{
	margin: 30px 0px 50px;
}
form#mail_form div.order-form-inner2{
	max-width: 1120px;
	width: 90%;
	margin: 30px auto 50px;
}
form#mail_form div.order-form-inner h3{
	font-size: 130%;
	margin-bottom: 30px;
}
form#mail_form div.order-form-inner div.order-total-box{
	padding: 30px;
	background-color: #f5f5f5;
}
form#mail_form div.order-form-inner div.order-total-box dl.order-total-list{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	width: 100%;
	background-color: transparent;
}
form#mail_form div.order-form-inner div.order-total-box dl.order-total-list:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
form#mail_form div.order-form-inner div.order-total-box dl.order-total-list input{
	text-align: right;
	background-color: #f9f9f9;
	width: 100%;
}
form#mail_form div.order-form-inner div.order-total-box dl.order-total-list dt{
	font-size: 120%;
	margin-top: 10px;
	margin-bottom: 10px;
}
form#mail_form div.order-form-inner div.order-total-box dl.order-total-list dd{
	margin-left: 0;
	padding-left: 0;
	width: 300px;
}
form#mail_form div.order-form-inner dl{
	width: 100%;
	margin: 10px auto 0;
	border-radius: 4px;
	padding: 40px;
	background-color: #fff;
}
form#mail_form div.order-form-inner dl dt{
	width: 12em;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-align: left;
}
form#mail_form div.order-form-inner dl dt span{
	color: red;
}
form#mail_form div.order-form-inner dl dd{
	width: calc(100% - 12em);
	border-bottom: 1px solid #eee;
	padding-left: 2em;
	margin-bottom: 15px;
	padding-bottom: 15px;
	margin-left: 0;
	text-align: left;
}
form#mail_form div.order-form-inner dl dd span{
	margin:0 14px 0 4px;
}
form#mail_form div.order-form-inner dl dd p{
	margin-top: 0;
	margin-bottom: 4px;
}
form#mail_form div.order-form-inner dl dd:last-of-type,form#mail_form div.order-form-inner dl dt:last-of-type{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
form#mail_form div.order-form-inner dl dd input.long-ver,form#mail_form div.order-form-inner dl dd textarea{
	width: 100%;
}
form#mail_form div.button-wrapper{
	margin-top: 30px;
}
form#mail_form div.button-wrapper input{
	padding: 10px 34px;
	background-color: rgba(0,100,180,1);
	color: #fff;
	border-style: none;
	margin: 10px;
	min-width: 150px;
	cursor: pointer;
	box-shadow: 0px 0px 3px rgba(0,0,0,.2);
	font-weight: normal;
	border-radius: 6px;
}
form#mail_form div.button-wrapper input.cancel-btn{
	background-color: rgba(0,0,0,.5);
}
form#mail_form span.error_blank,form#mail_form span.error_match {
	display: block;
	color: red;
}
/*---------------------------------------------------------1370px以下--------------------------------------------*/
@media screen and (max-width: 1370px) {

}
/*---------------------------------------------------------1280px以下--------------------------------------------*/
@media screen and (max-width: 1280px) {
	header.common-header nav ul li{
		margin-right: 20px;
	}
}
/*---------------------------------------------------------1200px以下--------------------------------------------*/
@media screen and (max-width: 1200px) {

}
/*---------------------------------------------------------1100px以下--------------------------------------------*/
@media screen and (max-width: 1100px) {
	header.common-header nav ul li:nth-child(n+2){
		display: none;
	}
	header.common-header{
		position: relative;
		background-color: rgba(40,80,130,1);
	}
	section.swiper-container-main div.slide-texts{
		margin: 50px 50px 50px 0;
	}
	section.top-news-section{
		position: relative;
		top: auto;
		width: 100%;
	}
	section.top-news-section div.top-news-inner{
		border: 0px;
	}
	section.illust-nav-wrapper-top{
		display: block;
	}
	section.illust-nav-wrapper-bottom{
		display: none;
	}
	section.illust-nav-wrapper nav a{
		width: 16.6666%;
	}
	div.bottom-fixed-texts h5{
		font-size: 24px;
		font-size: 2.4rem;
	}
	div.bottom-fixed-texts p{
		display: none;
	}
	div.bottom-fixed-texts{
		padding-left: 0;
	}
	div.bottom-fixed-texts figure{
		display: none;
	}
	span.for-wide{
		display: none;
	}


}
/*---------------------------------------------------------1024px以下--------------------------------------------*/
@media screen and (max-width: 1024px) {
	article.plan-article{
		width: 100%;
	}
	ul.plan-service-list li{
		width: 23%;
	}
	ul.plan-hall-list li{
		width: 48%;
	}
}
/*---------------------------------------------------------920px以下--------------------------------------------*/
@media screen and (max-width: 920px) {

}
/*---------------------------------------------------------880px以下---------------------------------------------*/
@media screen and (max-width: 880px) {

}
/*---------------------------------------------------------767px以下---------------------------------------------*/
@media screen and (max-width: 767px) {
	.upper-767{
		display: none;
	}
	section.illust-nav-wrapper{
		display: none;
	}
	div.bottom-fixed-inner{
		display: none;
	}
	div.bottom-fixed-inner-sp{
		display: block;
	}
	div.bottom-fixed-inner-sp a{
		width: 50%;
		display: block;
		border-left: 1px solid #fff;
	}
	div.bottom-fixed-inner-sp a figure{
		width: 20px;
		margin: 0px auto 5px;
	}
	div.bottom-fixed-inner-sp div.bottom-fixed-inner-sp-inner a:first-child{
		border-left: 0;
	}
	div.bottom-fixed-inner-sp div.bottom-fixed-inner-sp-inner a:first-child figure{
		width: 16px;
	}
	div.bottom-fixed-inner-sp a p{
		text-align: center;
		color: #fff;
	}
	div.sp-menu{
		display: block;
		position: fixed;
		z-index: 25;
		padding: 10px;
		background-color: rgba(0, 40, 90,.8);
		right: 10px;
		top: 10px;
	}
	div.sp-menu p{
		font-size: 11px;
		font-size: 1.1rem;
		text-align: center;
		color: #fff;
	}
	div.head-tel{
		padding-right: 35px;
	}
}
/*---------------------------------------------------------650px以下---------------------------------------------*/
@media screen and (max-width: 650px) {
	header.common-header nav{
		width: 100%;
	}
	header.common-header nav ul{
		width: 100%;
		-webkit-justify-content: center;justify-content:center;
		margin-bottom: 4px;
		padding-bottom: 10px;
		border-bottom: 3px solid #fff;
	}
	header.common-header nav ul li{
		margin-right: 0;
		text-align: center;
	}
	div.head-tel{
		text-align: center;
		width: 100%;
		padding-top: 15px;
		border-top: 1px solid #fff;
		padding-right: 0;
	}
	div.head-tel > p{
		text-align: center;
	}
	div.head-tel-num{
		-webkit-justify-content: center;justify-content:center;
	}
	section.top-news-section div.top-news-inner h5{
		width: 100%;
	}
	section.top-news-section div.top-news-inner div{
		width: 100%;
	}
	div.common-inner{
		padding: 0 15px;
	}
	section.common-section{
		padding-right: 15px;
		padding-left: 15px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	section.top-lead-section,section.white-section{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	section.swiper-container-small{
		margin-top: 40px;
	}
	header.common-header{
		padding-right: 15px;
		padding-left: 15px;
	}
	footer{
		padding-right: 15px;
		padding-left: 15px;
	}
	nav.plan-nav a{
		width: 100%;
		margin-bottom: 25px;
	}
	ul.plan-service-list li{
		width: 31.33%;
	}
	div.flower-type-wrapper > div{
		padding-right:15px!important;
		padding-left:15px!important;
		width: 49%;
		border: 0px!important;
	}
	div.flower-fax h5{
		width: 100%;
		margin-right: 0;
		font-size: 30px;
		font-size: 3.0rem;
		text-align: center;
	}
	div.flower-fax > div{
		width: 100%;
		margin: 10px auto;
	}
	article.access-article{
		width: 100%;
	}
	ul.flow-list li{
		padding: 15px;
	}
	ul.flow-list li figure{
		width: 100%;
		margin-bottom: 15px;
	}
	ul.flow-list li div.flow-text{
		width: 100%;
	}
}
/*---------------------------------------------------------550px以下---------------------------------------------*/
@media screen and (max-width: 550px) {
	ul.top-plan-list li{
		width: 100%;
		margin-bottom: 20px;
	}
	div.two-article article{
		width: 100%;
		margin-bottom: 40px;
	}
	section.swiper-container-main div.slide-texts{
		margin-right: 25px;
	}
	section.swiper-container-main{
		height: 60vh;
	}
	section.swiper-container-main div.slide-texts p{
		font-size: 22px;
		font-size: 2.2rem;
	}
	section.swiper-container-main > .swiper-pagination-bullets{
		height: 60vh;
	}
	form#mail_form div.order-form-inner{
		margin-right: 0;
		margin-left: 0;
	}
	form#mail_form div.order-form-inner dl dt{
		width: 100%;
	}
	form#mail_form div.order-form-inner dl dd{
		width: 100%;
		padding-left: 0;
	}
	ul.plan-hall-list li{
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	ul.faq-list li div.q-box > div{
		padding-left: 15px;
	}
	ul.faq-list li div.a-box > div{
		padding-left: 15px;
	}
	ul.faq-list li div.q-box > div p,ul.faq-list li div.a-box > div p{
		width: 100%;
	}
	ul.faq-list li{
		padding: 10px;
	}
}
/*---------------------------------------------------------480px以下---------------------------------------------*/
@media screen and (max-width: 480px) {

}