@charset "UTF-8";
h1, h2, h3, h4, h5, p, div, dt, dd, dl, img, input, form, ul, li, span, address, a, table {
	margin: 0px;
	padding: 0px;
}
body {
background: url(../img/back02_s.jpg) no-repeat;
	background-size: 100%;
}
.google-maps {
position: relative;
padding-bottom: 75%;
height: 300px;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 300px !important;
}
/*	title
/* ------------------------------------- */
#title {
width: 100%;
	box-sizing: border-box;
	margin: 17px auto 0 auto;
padding: 50px 8% 30px 8%;
background: url(../img/page/t.png) center top;
	background-size: 100%;
	text-align: center;
}
#title h2 {
font-size: 150%;
font-weight: normal;
display: inline-block;
}
.page {
	width: 100%;
	background: #FFF;
}

/*	tex
/* ------------------------------------- */
.tex,
.tex0 {
clear: both;
padding: 8% 0px;
line-height:1.8em;
font-size:110%;
text-align:left;
}
.tex2 {
clear: both;
padding: 6% 0px;
line-height:1.8em;
font-size:95%;
text-align:left;
}
.tex img,
.tex0 img,
.tex2 img {
	border: 0;
max-width: 100%;
height: auto;
margin: 0 auto;
}
.tex a,
.tex0 a {
	text-decoration: underline;
	color: #09F;
}

.tex a:hover,
.tex0 a:hover {
	color:#F90;
	text-decoration: underline;
}
.tex img a,
.tex0 img a,
.tex2 img a {
	border: 0;
}
.tex a:hover img,
.tex0 a:hover img,
.tex2 a:hover img {
  opacity: 0.6;
  transition: 0.5s;
}
.tex p,
.tex0 p,
.tex2 p {
line-height:2.1em;
}
.tex2 a {
	text-decoration: none;
}

.tex0 h5 {
	border-bottom: #000 1px solid;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	color:#960;
	font-size:140%;
	font-weight:normal;
	text-align: center;
}
.tex0 h6 {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	color: #630;
	font-size:140%;
	font-weight:normal;
}

img.aligncenter,
img.alignright,
img.alignleft,
img.alignnone {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4%;
clear:both;
}
.alignright {
  float: none;
}
.alignleft {
  float: none;
}


.no,
.no_sp {
	display: none;
}
.edit {
	width:100%;
	font-size:80%;
}

.m {
	margin: 0px 0px 20px 0px;
	width: 100%;
	background: url("../img/page/m.jpg") no-repeat;
	border-radius: 20px;
}
.m h4 {
	font-size:120%;
	line-height:1.4em;
	font-weight: normal;
	padding: 15px 20px;
	color:#FFF;
}
.flow {
	padding: 20px;
	box-sizing: border-box;
	background: #e4f0ea;
}
hr {
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dotted; /* 線種 */
	border-color: #09F; /* 線色 */
	height: 1px; /* 高さ */
    max-width: 100%;
clear:both;
margin: 8% 0px;
}

.works_box a {
	text-decoration: none !important;
	color: #000 !important;
}
/*	slider
/* ------------------------------------- */
.slider-thumbnail .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  width: calc(100% / 3);
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.swiper {
  max-width: 100%;
  width: 100%;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    color: white;
}
.w_d {
	width: 100%;
	margin: 4% 0 0 0;
}


/* table
---------------------------------------------------- */
table {
	border-collapse: collapse;
	margin: 5px 0px 0px 0px;
	border-color: #8fa4ff;
	border-style: solid;
	border-width: 0;
	text-align: left;
line-height:1.5em;
word-break: break-all;
}
table th {
	font-size: 100%;
	line-height: 170%;
	padding: 7px;
	border: 1px solid #8fa4ff;
	font-style: normal;
}
table td {
	font-size: 100%;
	line-height: 170%;
	padding: 7px;
	border: 1px solid #8fa4ff;
}
/*	arvhive
/* ------------------------------------- */
.news_box a {
	text-decoration: none !important;
}
.news_box a:hover {
	text-decoration: none !important;
}
.maga_box {
	border-bottom: #000 dotted 1px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	width: 100%;
}
.info_box {
	border-bottom: #000 dotted 1px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	width: 100%;
}
.info_box2{
	border-bottom: #666 dotted 1px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	width: 100%;
}
.i_box{
	float:left;
width: 75%;
}
.i_date{
	color: #444;
	margin: 0px 10px 0px 0px;
}
.i_text {
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
.i_m{
	color: #666;
	margin: 0px 10px 0px 0px;
	clear:both;
}
.i_text span {
	color: #333;
	font-weight: normal;
	font-size:80%;
}

.i_text a {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
.i_text a:hover {
	color: #666;
	text-decoration: underline;
}
.i_date2{
	color: #666;
}
.i_title{
	color: #000;
	font-size: 150%;
	line-height: 170%;
	margin: 0px 0px 10px 0px;
	font-weight: normal;

}
.i_title a {
	color: #000;
	text-decoration: none;
	-webkit-filter: opacity(100%);
	filter: opacity(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.i_title a:hover {
	text-decoration: underline;
	-webkit-filter: opacity(50%);
	filter: opacity(50%);
	text-decoration: none;
}
.p_title{
	color: #000;
	font-size: 150%;
	line-height: 170%;
	margin: 0px 0px 10px 0px;
	font-weight: normal;

}
.i_m2{
	color: #666;
	font-size: 110%;
	line-height: 170%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
	border-bottom: #000 dotted 1px;
}
.i_text_box{
	border-bottom: #666 dotted 1px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 30px 0px;
}
.back{
	color: #888;
width: 100%;
	font-size: 12px;
	line-height: 14px;
	margin: 20px 0px 20px 0px;
	clear:both;
}
.back a {
	text-decoration: none;
	color: #888;
}
.back a:visited {
	color: #888;
	text-decoration: underline;
}
.back a:hover {
	color: #999;
	text-decoration: underline;
}
/*	list
/* ------------------------------------- */
.list,
.work,
.tex2 {
margin: 4% 0px 0px 0px;
text-align:left;
}
.list ul {
	list-style:none;
padding: 0px 0px 2% 0px;
text-align: left;
}

.list_box {
vertical-align: top;
display: inline-block;
width: 100%;
margin: 2% 0px 0px 0px;
}
.list_box img {
    width: 100%;
}
.list_box h5 {
	font-size:110%;
	color:#000;
	font-weight:normal;
	margin: 5px 0px 5px 0px;
	line-height:1.6em;
}
.list_box p {
	line-height:1.5em;
	margin: 0px 0px 4% 0px;
}
.list_box a {
	color:#000;
	line-height:2em;
}
.list a img {
	-webkit-filter: opacity(100%);
	filter: opacity(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.list a:hover img,
.list a:hover h5,
.list a:hover p {
	-webkit-filter: opacity(50%);
	filter: opacity(50%);
	text-decoration: none;
}
.list a h5 {
margin: 10px 0 0 0;
font-size:120%;
font-weight:normal;
color:#000;
	-webkit-filter: opacity(100%);
	filter: opacity(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.list a p {
margin: 10px 0 0 0;
font-size:90%;
line-height:1.6em;
  color:#666;
	-webkit-filter: opacity(100%);
	filter: opacity(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	text-align:left;
}


/*	 pagination
/* ------------------------------------- */
.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 12px;
	line-height: 12px;
        text-align: center;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	width: auto;
	color: #666; /* 文字色 */
	background: #DEDEDE; /* 背景色 */
}
.pagination a:hover{
	color: #fff; /* マウスホバー時の文字色 */
	background: #666; /* マウスホバー時の背景色 */
}
.pagination .current{
	padding: 8px 10px 8px 10px;
	background:#666; /* 現在のページの文字色 */
	color: #fff; /* 現在のページの背景色 */
}

/* form
/* ------------------------------------- */
.screen-reader-response ul {
	display: none;
}
.form {
	width: 100%;
  background: #FF9;
	padding: 5% 0px;
}
dl.fo {
	width: 90%;
	color: #333333;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border-top: #FF9 solid 1px;
}
.fo_box {
	width: 100%;
	border-bottom: #FF9 solid 1px;
	padding: 0px 0px 0px 0px;
  background-color: #FFF;
}


dl.fo2 {
	width: 100%;
	color: #333333;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: #FF9 solid 1px;
}
.fo_box2 {
	width: 100%;
	border-bottom: #FF9 solid 1px;
	padding: 0px 0px 0px 0px;
}
dl.fo dt,
dl.fo2 dt {
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	float: left;
	color: #000;
	line-height: 120%;
	box-sizing: border-box;
}
dl.fo dd,
dl.fo2 dd {
	width: 100%;
	padding: 10px;
	float: left;
	margin: 0px 0px 10px 0px;
	box-sizing: border-box;
}
.fo2_2 {
	background-color: #FFF;
	height: 30px;
}
p.fo_tex01 {
	font-size: 12px;
	color: #333333;
	line-height: 19px;
	padding: 0px 0px 10px 0px;
}
.f_b {
	margin: 30px 0px 20px 0px;
	text-align: center;
}
.f_b p {
	margin: 5px 0px 0px 0px;
}
.er {
	font-size: 15px;
	color: #FF3300;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
}
.f_t2 {
	font-size: 12px;
	color: #663300;
	line-height: 17px;
	padding: 2px;
}
.t_red_b {
	font-size: 110%;
	color: #FF3300;
}
.red {
	color: #FF3300;
}
.t_m {
	line-height: 160%;
}
span.wpcf7-list-item { display: block; }
.delivery{
	background: #FCF7EA;
	width: 100%;
	padding: 10px 0px;
}
input[type=checkbox] {
	float: left;
	margin: 7px 0px 0px 0px;
}
.wpcf7-not-valid-tip {
		color: #FF3300;
		margin: 0px 0px 0px 10px;
}

.wpcf7-text {
        height: 35px !important;
		font-size:100%;
}
.form-width { width: 93%;}
.wpcf7 textarea {
        height: 200px !important;
		 width: 93%;
		font-size:100%;
}
.wpcf7 select {
		font-size:100%;
        height: 35px !important;
}
.box_fo {
	padding: 2%;
box-sizing:border-box;
border: 1px #F90 solid;
background-color:#FFF;
margin: 20px 0px 30px 0px;
}


.more a {
  display: inline-block;
  color: #FFF;
  background:#609;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  text-align: center;
	margin: 6% auto 0px auto;
transition: 0.3s;
	font-size:120%;
  padding: 13px 0px;
border-radius: 100px;
width:100%;
}
.more a:hover {
opacity: 0.5;
  text-decoration: none;
}



/* ct
---------------------------------------------------- */
.comments-head{
	color: #000;
	margin: 20px 0px 20px 0px;
	font-weight: normal;
	padding: 20px 0px 0px 0px;
	line-height: 1em;
background: linear-gradient(transparent 90%, #FFDE00 60%);
}
.ct{
	color: #888888;
	padding: 20px 0px 50px 0px;
	font-size: 80%;
	width: 100%;
}
.ct a {
	text-decoration: none;
	color: #888888;
}
.ct a:visited {
	color: #AAA;
	text-decoration: none;
}
.ct a:hover {
	color: #AAAAAA;
	text-decoration: underline;
}
.voice {
	text-align: justify;
	}

a.btn {
  display: flex;
	margin: 0px auto;
  justify-content: center;
  align-items: center;
  width: 100%;
	padding: 20px;
  position: relative;
background: #F90;
  border: 1px solid #F90;
  box-sizing: border-box;
  color: #FFF;
  text-decoration: none;
  transition-duration: 0.4s;
	border-radius: 20px;
}
a.btn:hover {background: #fff;color: #F90;text-decoration: none;}


/* ------------------------------------- */
/*	 resposive768
/* ------------------------------------- */
@media screen and (min-width: 768px) {
/*	title
/* ------------------------------------- */
#title {
	margin: 50px auto 0 auto;
}

#title h2 {
padding: 45px 8% 35px 8%;
font-size: 180%;
}
.message_m {
	font-size:200%;
  }
.tex,
.info,
.tex0  {
padding: 40px 0px;
}
.tex2 {
padding: 40px 0px;
}
hr {
margin: 50px 0px 30px 0px;
}

.no_sp {
	display: block;
}
.no_s {
	display: none;
}

.m0 h3 {
	font-size:150%;
	line-height:1.4em;
	font-weight: normal;
	padding: 15px 20px;
	color:#09F;
}
.m {
	margin: 0px 0px 20px 0px;
	width: 100%;
}
.m h4 {
	font-size:130%;
}
/*	 info
/* ------------------------------------- */
.info li {
width: 23.5%;
float:left;
margin: 0 2% 0 0;
}
.info li:nth-of-type(4n) {
width: 23.5%;
margin: 0;
}
.maga_box {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
}
.maga li:nth-child(odd).maga_box  {
	float: left;
	width: 49%;
}
.maga li:nth-child(even).maga_box{
	float: right;
width: 49%;
	}
/*	list
/* ------------------------------------- */
.list_box {
display: inline-block;
vertical-align: top;
width: 32%;
margin: 2% 1.2% 0px 0px;
}
.list ul li:nth-of-type(3n){
margin: 2% 0px 0px 0px;
}

/*	 pagination
/* ------------------------------------- */
.pagination {
	font-size: 14px;
	line-height: 14px;
padding: 0px;
}
.pagination span, .pagination a {
	padding: 10px 15px 10px 15px;
}
.pagination .current{
	padding: 10px 15px 10px 15px;
}
.more a {
	margin: 30px auto 0px auto;
}
.corona {
	display: block;
	margin: 0px 6% 20px 6%;
  }
.i_title,
.p_title{
	font-size: 200%;
	margin: 0px 0px 20px 0px;
}
.voice {
		width: 82%;
		margin: auto;
	}
a.btn {
	font-size: 120%;
	padding: 20px;
}
}

/* ------------------------------------- */
/*	 resposive980
/* ------------------------------------- */
@media screen and (min-width: 980px) {

/*	title
/* ------------------------------------- */
#title {
	margin: 40px auto 0 auto;
}
#title h2 {
	width: 980px;
font-size: 230%;
padding: 90px 0 70px 0;
}
#title h2:before {
  bottom: -20px; /*下線の上下位置調整*/
}
.tex,
.info {
padding: 60px 0px;
width: 980px;
margin: auto;
}
.tex2 {
padding: 60px 0px;
width: 980px;
margin: auto;
}
	
/*	slider
/* ------------------------------------- */
.swiper {
  max-width: 80%;
  width: 100%;
}
.w_d {
	width: 80%;
	margin: 4% 0 0 0;
}
/*	 info
/* ------------------------------------- */
.info_box {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
}
.back{
width: 980px;
}
/*	arvhive
/* ------------------------------------- */
.i_date,
.i_text{
	float: left;
}
.info_box img {
width: 70px;
height: 70px;
float: left;
padding: 1px;
margin: 0px 10px 0px 0px;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
clear:none;
}
img.alignright {
    margin-left: 20px;
    margin-right: 0;
    margin-bottom: 20px;
    display: inline;
clear:none;
}
img.alignleft {
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline;
clear:none;
}
img.alignnone {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
clear:none;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.no {
	display: block;
}
.no_p {
	display: none;
}
/*	 pagination
/* ------------------------------------- */
.pagination {
width: 980px;
margin: auto;
}
/*	 list
/* ------------------------------------- */
.list {
	margin: 60px auto;
}
.tex0 {
margin: 60px 0px;
padding:0;
float: left;
width:680px;
}
.m_no{
	display:block;
}
.rightnavi {
	width: 262px;
	float: right;
margin: 60px 0px;
}
/* form
/* ------------------------------------- */
.form {
	width: 100%;
  background-size:90%;
	padding: 4% 0px;
}
dl.fo {
	width: 92%;
}
.fo_box {
  background-color: #FFF;
}
dl.fo2 {
}
.fo_box2 {
}
dl.fo dt,
dl.fo2 dt {
	width: 20%;
	border-bottom: none;
	box-sizing: border-box;
  background-color: #FFF;
}
dl.fo dd,
dl.fo2 dd {
	width: 80%;
	border-left: #FF9 1px solid;
	box-sizing: border-box;
	margin: 0px 0px 0px 0px;
}

 .corona {
	width:980px;
	margin: 0px auto 20px auto;
  }
#pamp {
   margin-top:-160px;
  padding-top:160px;
}
  }
/*	h3 固定ページ見出し
/* ------------------------------------- */
.kotei-ttl h3 {
	font-size: 1.1rem;
	line-height: 1.8;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.s-ttl{
	font-size: 0.8rem;
	line-height: 1.8;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0;
	margin: 1rem 0;
}
/*	2等分
/* ------------------------------------- */
.boxA:after	{
content: "";
	display: block;
	clear: both
	}
.box-l-3	{
float: left;
width: 30%;
height: 300px;
overflow: hidden;
position: relative;}
.box-r-7	{
float: right;
width: 70%;
height: 300px;
overflow: hidden;
position: relative;
}
@media screen and (min-width: 980px) {
/*	h3 固定ページ見出し
/* ------------------------------------- */
.kotei-ttl h3 {
font-size: 1.4rem;
line-height: 2;
letter-spacing: 0.2em;
}
.br-sp {display: none; }
/*	2等分
/* ------------------------------------- */
.box-l-5	{
float: left;
width: 47%}
.box-r-5	{
float: right;
width: 47%}

.box-l-4	{
float: left;
width: 37%}
.box-r-6	{
float: right;
width: 60%}
}
/*	table 横スクロール
/* ------------------------------------- */
@media screen and (max-width: 980px) {
.cont_scroll{
  overflow: auto;
	white-space: nowrap; 
	overflow-x: scroll;
}
.cont_scroll:after {
content: "※ このテーブルは横にスクロールできます。";
}
}
/*	table Cafe
/* ------------------------------------- */

table.t-cafe {
border-collapse: collapse;
margin-bottom: 20px
}
table.t-cafe th,
table.t-cafe td {
border-right: none;
border-left: none;
border-bottom: 1px dotted #733B92;
border-top: 1px dotted #733B92;
padding: 10px 0;
}
/*	about
/* ------------------------------------- */
.about-ttl h3 {
  border-bottom: 1px dotted #733B92;
	padding: 10px 0;
	font-weight: normal;
	margin-bottom: 20px;
} 