@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+JP:wght@100..900&display=swap');

/*--------------------------------
  共通項目・トップページ
---------------------------------*/
.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}

.space{
	display: block;
	height: 40px;
}

.space2{
	display: block;
	height: 20px;
}

.calendar iframe{width: 100%;
height: auto;
aspect-ratio:1/1;
object-fit: cover;}
/*-------------------------
	バナー
------------------------*/
.bn ul {
	margin: 0 auto 30px;
	max-width: 300px;
}
.bn ul li {
	margin: 0px 0px 10px;
	list-style-type: none;
	display: inline-block;
}
.bn ul li img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	display: block;
	border: 1px solid #CFCFCF;
}
.shadow img{-webkit-box-shadow: 0px 0px 5px rgba(164,138,72,0.6);
	box-shadow: 0px 0px 5px rgba(164,138,72,0.6);}

dl.indent{padding: 0;
	margin: 0;}
	
dl.indent dt{float: left;}

dl.indent dd{margin: 0 0 5px;
	padding: 0 0 0 1.5em;}


a {
	color: #1B6ABA;
	text-decoration: none;
}
.imgbox {
}

.imgbox3 ul, .imgbox2 ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}
.imgbox3 ul li {
	width: 32%;
	margin: 0 0 10px;
	text-align: center;
}
.imgbox2 ul li {
	width: 49%;
	margin: 0 0 10px;
	text-align: center;
}
.imgbox3 ul li img, .imgbox2 ul li img {
	display: block;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
	border-radius: 10px;
	box-sizing: border-box;
}


#catchArea img {
	width: 100%;
	height: auto;
}
.inbox {
	padding: 0px 10px 10px;
}

.outbox {
	margin: 0 10px 30px;
	padding: 5px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px #6190A5;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #6190A5;
}

p{ text-align:justify;
text-justify:inter-ideograph;}


/*------------------------------------------------
   Layout
------------------------------------------------*/
html{
}

body{
	font-size: 15px;
	-webkit-text-size-adjust: none;
	text-align: justify;
	text-justfy: inter-ideograph;
	line-height: 160%;
	font-family: sans-serif;
	color: #000;
	position: relative;
	background-color:#ECF9FF;
}

a:link{color:#069;}

a:visited{
color:#036;
}

a:active{
color:#0CF;
}
.clear{
	clear: both;
	height: 1px;
	font-size: 1px;
	padding: 0;
	margin: 0;
	display: block;
	background: transparent no-repeat;
	line-height: 1px;
	width: 100%;
}

#wrap{}
.column{margin-bottom: 30px;}

a.link{
	display: block;
	margin: 10px 0 0 0px;
	padding: 5px 30px 5px 10px;
	border-radius: 5px;
	float: right;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background-color:#36BDD7;
	font-weight: bold;
	background-image: url(../../image/common/link.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: auto 10px;
}
a.link:hover{
opacity: 0.7;
}
a.tel_link{
	font-size: 28px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(../../image/common/tel_black.png);
	background-repeat: no-repeat;
	background-size: auto 24px;
	padding: 0 0 0 25px;
	background-position: left center;
	line-height: 30px;
	float: right;
	display: block;
	margin: 10px 0 0 20px;
}

.alignright,
.aligncenter,
.alignleft{width: 80%;
margin: 0 auto 20px auto;}

.alignright img,
.aligncenter img,
.alignleft img{display: block;
margin: 0 auto;
border-radius: 5px;
width: 100%;}


.border img{border: 5px solid #fff;
box-shadow: 0 3px 6px #ccc;
box-sizing: border-box;}

span.kome {
	padding: 0 0 5px 1.5em;
	display: block;
	position: relative;
	margin: 5px 0 0 0;
	overflow: hidden;
}
span.kome:before {
	content: "※";
	position: absolute;
	top: 0px;
	left: 0px;
}
p.tel a{font-weight: bold;
color: #333;
font-size: 22px;}
/*-----------------------------------------------
	Fonts
-----------------------------------------------*/
h2 {
	font-size: 20px;
	padding: 5px 0px 5px 30px;
	border-radius: 8px;
	color:#fff;
	line-height: 1.4;
	margin: 0 0 15px;
	font-weight: 700;
	background-color:#34BFEB;
	position: relative;}

h2:before{content:"";
display: block;
border: 3px solid #F8F007;
border-radius: 50%;
width: 15px;
height: 15px;
box-sizing: border-box;
position: absolute;
left: 10px;
top: 12px;}

h3 {font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	margin: 0 0 10px;
	padding: 5px 10px 8px 35px;
	font-weight: 700;
	color:#36BDD7;

	line-height: 28px;

	clear: both;
	background-color: #FFFCE4;
	position: relative;
	background-image:url("../../image/common/h3.png");
	background-repeat: no-repeat;
	background-size: auto 20px;
	background-position:10px 10px;
	/*text-shadow: 2px 2px 0 #fff;
	border-radius: 7px;
	background-color:#E8DABA;*/
	
}



h4 {
	margin: 0 0px 10px;
	padding: 0px 0px 0px 0px;
	font-size: 19px;
	font-weight: bold;
	clear: both;
	color:#8C6900;
	/*border-top: 3px solid #50E2B8;
	border-bottom: 1px dashed #A1D2C4;*/
	
}

h5 {
	color: #0069B7;
	font-size: 17px;
	border: 1px dashed #3EADE9;
	padding: 5px;
	margin: 0 0 10px;
	font-weight: bold;
}

h6 {color: #8C6900;
	font-size: 17px;
	border-bottom: 2px dotted #2EC4CE;
	padding: 0;
	margin: 0 0 10px;
	font-weight: bold;
}
/*------------------------------------------------
   基本レイアウト
------------------------------------------------*/
header{
	padding: 0 0 5px 0;
	clear: both;
	margin: 0;
 background:#fff;
    border-top: 3px solid #1B7CCC;
	box-shadow: 0 0px 4px #6190A5;
}
header h1{
	padding: 3px 3px;
	line-height: 1.2;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #004695;
}
header .head {
	width: 90%;
    max-width: 380px;
	margin: 0 auto;
	padding: 0;
}
header #logo{
	margin: 0px auto 5px auto;
	text-align: center;
    width:100%;
}
header #logo img {
	width: 100%;
	height: auto;
}

header ul{display: flex;
justify-content: space-around;
margin: 0 0 10px 0;}
header ul.headlink li{width: 47%;
	text-align: center;
}
header ul.headlink li a{background:#4EC7FE;
color: #fff;
display: block;
font-weight: bold;
border-radius: 10px;
line-height: 18px;
padding:5px 10px;
font-size: 15px;
text-shadow: 0 0 3px #333;}

header ul.headlink li a img{display: inline-block;
	width:auto;
	height:15px;
margin: 3px 5px 0 0;}

header ul.headlink li.mail a{background: #F898C4;}

p.telnum{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1;
	margin: 0 0 10px 0;
	text-align: center;

}

header p.telnum a {
    width: 45px;
    height: 45px;
    display: block;
    float: right;
    box-shadow: inset 0px 1px 0px 0px #a4e271;
    background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
    background-color: #89c403;
    border: 1px solid #74b807;
    text-decoration: none;
    padding: 7px 0;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 0px 0 0 0;
}

header p.telnum a img {
    display: block;
    width: 28px;
    height: auto;
    margin: 0 auto;
}

header p.yoyaku{
    font-weight: bold;
    padding: 3px 5px ;
    margin: 5px 0 10px 0;
    display: block;
    line-height: 1.2;
    font-size: 14px;
   background: #FFFA65;
    text-align: center;
    border-radius: 20px;
    color: #616161;
}

/*--------------------------*/

#foot{
	margin: 0px;
	padding: 6px 0 0px 0;
	text-align: center;
	background:#fff;
	color:#000;
}

#foot .foot {
	width: 320px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#foot .foot p {
	text-align: left;
	display: block;
}

#foot .foot p.name {
	margin: 10px auto 0 auto;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	width:320px;
}

#foot .foot p.name img{
	width: 100%;
	height: auto;
	display: block;
}

#foot .foot p.address {
	text-align: center;
	line-height: 20px;
	display: block;
	padding: 5px 0px;
	margin: 0px;
   
}
#foot .foot p.address a {
	color: #000;
	/* [disabled]font-weight: bold; */
}

#foot section#copy { background-color:#004695;
	padding-top: 10px;
}

#foot section#copy p{
	text-align: center;
	font-size: 10px;	padding-bottom: 10px;
	line-height: 120%;
	margin: 0px;
	font-weight: bold;
	color: #FFF;
}
#foot section#copy p a{color:#fff;
text-decoration: none;}

/*------------------------------------------------
   Gloval Navigation1(head)
------------------------------------------------*/
/*------------------------------------------------
   Gloval Navigation2(foot)
------------------------------------------------*/


#navi1 {
	clear: both;
	margin: 0 0 30px;
}

#navi2 {
	clear: both;
	margin: 0px 0px 30px;
}
/*#navi1 ul,
#navi2 ul {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	width: 100%;
	border-top: 1px dotted #FFF;
}

#navi1 ul li,
#navi2 ul li {
	position:relative;
	float: left;
	height:45px;
	width: 50%;}

*/

#navi1 ul,
#navi2 ul {
	display:flex!important;
	flex-wrap: wrap;
	align-content: stretch;
	width: 100%;
    font-family: "Kosugi Maru", sans-serif;
  font-weight: 600;
  font-style: normal;
     transform: rotate(0.05deg);
}

#navi1 ul li,
#navi2 ul li {	box-sizing: border-box;
	position:relative;
	width: 50%!important;
	border-left: 1px dotted #fff;
background: #4DD7E6;
background: linear-gradient(172deg, rgba(77, 215, 230, 1) 0%, rgba(6, 137, 185, 1) 100%);}



#navi1 ul li a,
#navi2 ul li a {height: 50px;
	line-height: 50px;
display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 5px #000;
	-webkit-text-shadow: 0 0 5px #000;
border-bottom: 1px dotted #fff;
	background: url("../../image/common/link.png") no-repeat 95% center;
	background-size: auto 12px;

}

#navi1 ul li:nth-of-type(odd) a,
#navi2 ul li:nth-of-type(odd) a{
	border-left:none;
}

#navi1 ul li,
#navi2 ul li{border-bottom: 0px dotted #fff;}

#navi1 ul li a:link,
#navi2 ul li a:link {color:#fff;}

#navi1 ul li a:visited,
#navi2 ul li a:visited {color:#fff;}

/*#navi1 ul li a::after,
#navi2 ul li a::after{
	position: absolute;
	top: 0px;
	margin: 0px;
	display: block;
	content: "▶";
	width: 12px;
	height: auto;
	font-size: 12px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	right: 10px;
}*/

#navi1 ul li.small a,
#navi2 ul li.small a{font-size: 14px;
line-height: 22px;
padding: 0px 0 0 0;}
/*--------------------------------
	Pagetop
--------------------------------*/
.pagetop{
	margin: 15px 10px 5px 0px;
	text-align: right;
	color: #666666;
}

.pagetop:after {
	content:"";
	display:block;
	clear:both;
}

.pagetop a{
	font-size: 14px;
	background: url(../image/totop.png) no-repeat left center;
	-webkit-background-size: 12px;
	background-size: 12px;
	color: #333;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 14px;
}

/*--------------------------------
   TopicPath
-------------------------------*/
nav#topicpath {
	margin: 0 0 15px 0px;
	/*background:url("../../image/common/eye_bg.jpg");*/
}
nav#topicpath ul {
	list-style: none;
	padding: 0px 0px 0px 15px;
}
nav#topicpath ul li {
	display: inline;
	font-size: 11px;
}
nav#topicpath ul li a {
}

nav#topicpath ul li span {
}

/*---------------------------------------
	トップページ
---------------------------------------*/
.topimg {background-color:#8BD6F8;
	
	
}

.topimg img{
	object-fit:cover;
	margin: 0px auto 0px auto;
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}

.eye{background-color:#8BD6F8;
	border-top: 1px solid #8BD6F8;
	border-bottom: 1px solid #8BD6F8;
}
.eye img{
	width: 100%;
	margin: 0 auto 0px auto;
	display: block;
	max-width: 450px;
}
.eye img {
	display: block;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    aspect-ratio:65/15;
	object-fit: cover;
	/*
    border-radius: 10px;
    border: 5px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px rgba(164,138,72,0.6);
	box-shadow: 0px 0px 5px rgba(164,138,72,0.6);*/
}


/*---------------------------*/
.pr01{padding:0 0 0 0;
background: #fff;
border: 5px solid #F1D800;
border-radius: 10px;
box-shadow: 0 0 5px #6190A5;}

.pr01 .inbox{position: relative;}
.pr01 .aligncenter{width: 100%;
margin: 0 auto 15px auto;}
.pr01 .aligncenter img{
border-radius: 7px 7px 0 0;}

.pr01 h2 {
	margin: 0 10px 20px;
	padding: 0;
	border-radius: 0;
	border-style: none;
	background-color: transparent;
	background-image: none;
	text-align: center;
	color: #004695;
	font-size: 35px;
	font-family: "Kosugi Maru", sans-serif;
  font-weight: 600;
  font-style: normal;
	line-height: 1.2;
	
}

.pr01 h2 strong{font-size: 17px;
color: #fff;
background: #F898C4;
padding: 5px 10px;
border-radius: 17px;display: block;
margin: 0 0 10px 0;}

.pr01 h2 span{color: #F69B06;}

.pr01 h2::before,
.pr02 h2::before{
	display: none;
}

.pr02{padding:15px;
background: #fff;
border: 5px solid #FFA3C5;
border-radius: 10px;
box-shadow: 0 0 5px #6190A5;
margin: 0 10px 30px 10px;}
.pr02 h2 {
	margin: 0 0 10px 0;
	padding: 0;
	border-radius: 0;
	border-style: none;
	background-color: transparent;
	background-image: none;
	text-align:center;
	color: #004695;
	font-size: 35px;
	font-family: "Kosugi Maru", sans-serif;
  font-weight: 600;
  font-style: normal;
	line-height: 1.2;
	
}
.pr02 p{margin-bottom: 0;}

ul.check,
ul.check2{font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;

  list-style-type: none!important; /*数字を一旦消す*/
}
ul.check li,
ul.check2 li{font-size: 16px;
  position: relative;
  padding: 0em 0 0.5em 30px;
	margin-bottom: 0.5em;
	border-bottom: 2px dotted #E0D62F;
	background: url("../../image/common/check01.png") no-repeat left 0.3em;
	background-size: 20px auto;
}.pr01 .check{margin: 0px 10px;}

.pr01 .check li{
font-size: 20px;}

ul.check2 li{background: url("../../image/common/check02.png") no-repeat left 0.3em;
border-bottom: 1px dotted #066BA5;
background-size: 25px auto;}

/*----------------------------------*/	

.time table{
	border-collapse: collapse;
	margin: 0 0 5px 0;
	border: 1px solid #8F8F8F;
	width: 100%;
}
.time table td{
	font-size: 14px;
	padding: 3px 5px;
	text-align: center;
	border: 1px solid #8F8F8F;
}
.time table th{ border: 1px solid #8F8F8F;
     background: #E4F7FF;
	text-align: center;
	padding: 3px 0 3px 0;
	font-size: 15px;

}
.time table th.jikan{
}

dl.kome{}
dl.kome dt{
	float: left;
}
dl.kome dd{
	padding: 0 0 0 1.5em;
}
dl.kome dd:after{content: "";
display: block;
clear: both;}	


.time dl.kyushin {
	font-size: 15px;
	font-weight: bold;
	color: #f00;
	line-height: 120%;
	margin: 5px 0px 0px;
}

.time dl.kyushin dt{
	float: left;
	background: none;
}
.time dl.kyushin dd{
	padding: 0 0 0 4em;
}
.time dl.kyushin dd small{
	font-weight: normal;
}

/*----------------------------------*/

.about dl {
	margin-bottom: 5px;
	line-height: 28px;
	padding-bottom: 10px;
}
.about dl dt {
	font-weight: bold;
background-color: transparent;
	margin: 0 0 8px;
	padding: 0 0 5px 0;
	background-image: none;
	font-size: 16px;
	border-radius: 0;
	 border-bottom: 2px dotted #175AA9;
	 color:#175AA9;
}


.about dl dd {
	line-height: 25px;
	text-align: left;
	padding:0px 0 0 0px;
}
.about dl dd a.more{
	padding: 5px 0 0px;
	text-align: right;
	margin: 0 0 5px;
	display: block;
	text-decoration: underline;
}
.about dl dd.tel {
	font-size: 21px;
	margin: 0px auto;
}
.about dl dd.tel a {
	color: #000000;
}

.about dl dd.tel span{background: #FD961D;
padding: 3px 7px;
    border-radius: 7px; color: #fff;
font-weight: bold;
margin-left: 10px;
font-size: 80%;}
.about dl:after {
	content:"";
	clear: both;
	display: block;
}
.about iframe {
	margin: 0 0;
	width: 100%;
	height: 250px;
}


/*---------------------------------------
	当院紹介
---------------------------------------*/

/*------------------------------*/
.feature p {
	margin: 0 5px 30px;
}
.feature h3 {font-family: "Kosugi Maru", sans-serif;
  font-weight: 700;
  font-style: normal;
	padding: 45px 0 0px 0px;
	border-radius: 0;
	background-repeat: repeat-x;
	background-image: url("../../image/shoukai/feature.png");
	background-position: left top;
	color:#004695;
	background-size: auto 30px;
	font-size: 22px;
	line-height:1.4;
	background-color: #FFFFFF;
	border-bottom: none;
}
.feature h3::before {
	display: none;
}

.feature h3 strong{color:#FB78B4;}


/*-----------------------*/



.greet .inchou {
	width: 250px;
	margin: 0 auto 20px auto;
}
.greet .inchou img {
	width: 100%;
	height: auto;
	background: #fff;
	padding:5px;
	box-shadow: 0 0 4px #aaa;
	margin: 0 auto 10px auto;
}

.greet .inchou figcaption,
.greet .name{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color:#F898C4
}

.greet .name{text-align: right;}
.greet .inchou figcaption strong,
.greet .name strong{
   color:#004695;
}
.greet .inchou figcaption span,
.greet .name span{
	font-size: 14px;
	display: block;
	color: #777;
	
}
.greet p {
	margin: 0 0px 10px;
}

/*------------------------------
	よくある質問
------------------------------*/


dl.qa {
}
dl.qa dt {
	position: relative;
	padding: 0 0 4px 35px;
	margin: 0 0 10px;
	font-size: 17px;
	font-weight: bold;
	color:#8A6F54;
}
dl.qa dt::before {
	position: absolute;
	left:0;
	top: 0;
	content:"Q";
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
 background-color:#8BD6F8;
	border-radius: 50%;
}
dl.qa dd {font-size:15px;
	line-height: 1.6;
	margin: 10px 0 20px;
	position: relative;
	padding: 0 0 20px 35px;
	color: #444;
border-bottom: 2px dotted #BBBBBB;
}
dl.qa dd::before {
	position: absolute;
	left:0;
	top: 0;
	content:"A";
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
 background-color:#F898C4;
	border-radius: 50%;
}

/*---------------------------------------
	施術内容
---------------------------------------*/
.ryokin table,.kyujin table {
	margin: 0 0 10px;
	width: 100%;
}
.ryokin table,.kyujin table {border: 1px solid #1A7DC9;}
.ryokin table th, .ryokin table td
,.kyujin table th,.kyujin table td{
	text-align: center;
	padding:8px 5px;
	vertical-align: middle;
	
	border-bottom:#1A7DC9 1px dotted;
border-left:#1A7DC9 1px dotted;
}
.ryokin table td span{display: block;
transform: rotate(-90deg);}

.ryokin table th,.kyujin table th {font-family: 'Noto Sans JP', sans-serif;
	border-bottom:#1A7DC9 1px dotted;
border-left:#1A7DC9 1px dotted;
    text-align: center;
    background-color: #ECF9FF;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
.ryokin table td:last-of-type {
	text-align: right;
padding-right: 1.5em;}

#ryokin table td:last-of-type {
	text-align: center;
padding-right: 0;}


.kyujin table th,.kyujin table td{text-align: left;
padding:8px 10px;}

.kyujin table th{width: 8em;
text-align: center;}

.ryokin table td.kara{padding-right: 0.5em}

.ryokin table td.red{color: #CF0003;}

.ryokin table td span.kome {font-size: 14px;
text-align: left;}
.ryokin p.kome::before {
	content: "※";
	margin: 0 5px 0 0;
}

.ryokin p.right{
text-align: right;
}

.jihi .ryokin td{}

.jihi .ryokin td small{
display: block;

line-height:1.5;
font-size:14px;
color:#184DB8;
font-weight:normal;}


.sejutsu .space{
	display: block;
	height: 20px;
}

/*-----------------------------*/


.voicebox{margin: 0 0 30px 0;
border-bottom: 1px solid #ccc;
padding-bottom: 30px;}


.voicebox .aligncenter{
	width: 100%;
	margin: 0 auto 20px auto;
}


.voicebox .aligncenter img,
.voicebox ul li img{display: block;
margin: 0 auto;
vertical-align: bottom;
border: 1px solid #ddd;}


.voicebox figure small{display: block; 
text-align: center;
font-size: 14px;
font-weight: bold;
color: #666;}

.voicebox figure figcaption{display: block;
text-align: center;
font-size: 16px;
color:#1C8A27}

.voicebox ul{text-align: center;}

.voicebox ul li{margin: 0 0 20px 0;}

.voicebox ul li img{margin-bottom: 10px;}



/*--------------------------------*/



.hoken img,.jiko img,.jibai img{
	width: 240px;
	height: auto;
	margin: 0 auto 20px auto;
	/*border:5px solid #fff;
	box-shadow: 0px 0px 5px #BBBBBB;
	-webkit-box-shadow: 0px 0px 5px #BBBBBB;*/
	border-radius: 5px;
	display: block;
}

.hoken .aligncenter,
.hoken .aligncenter img{width: 100%;
max-width: 400px;}

.hoken p {
	margin: 0 5px 30px;
}

dl.price{margin:  0 5px 30px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	box-sizing: border-box;
	
border: 1px solid #8F7736;
	background-color:#FFFEE1;
	display: flex;
	flex-wrap: wrap;
	
}
dl.price2{
	margin: 0 0 10px;
	width: 100%;
}


dl.price dt{
-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	box-sizing: border-box;
	width: 100%;
	color: #57380B;
	font-weight: bold;
	padding:8px 10px;
	border-bottom: 1px dotted #888888;
}

dl.price dd{width: 100%;
	border-bottom: 1px dotted #888888;

	padding:8px 10px;
	text-align: left;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	box-sizing: border-box;
	text-align: right;
}


dl.price dd:last-child{
	border-bottom: none;
}
/*--------------------------------*/

ol.nagare{
}
ol.nagare li{
	margin: 0 0 15px;
	padding: 0 0 40px;
	clear: both;
	background-image: url(../../image/common/yajirushi.png);
	background-repeat: no-repeat;
	background-position: 50% bottom;
	background-size: auto 35px;
}
ol.nagare li:last-child{
	padding: 0 0 0px;
	background-image: none;
}
ol.nagare li:last-child::after{
	content: "";
	display: block;
	clear: both;
}
ol.nagare li dl{}
ol.nagare li dl dt{
	color: #5E3F1B;
	font-weight: bold;
	padding:5px;
	margin: 0 0 10px;
	font-size: 16px;
	border-radius: 5px;
	background:#FFFCE4;
}
ol.nagare li dl dt span{
	padding: 0 3px;
	margin: 0 7px 0 0;
	display: inline-block;
	background-color:#36BDD7;
	border-radius: 5px;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 0px 1px #FFFFFF;
	box-shadow: 0px 0px 0px 1px #FFFFFF;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 13px;
}
ol.nagare li dl dd{
	margin: 0 0px;
}
ol.nagare li dl dd img{
	margin: 0 0 15px 20px;
	width: 120px;
	float: right;
	height: auto;
	border-radius: 5px;
	
	background-color: #FFFFEB;
	-webkit-box-shadow: 0px 0px 3px #BBBBBB;
	box-shadow: 0px 0px 3px #BBBBBB;}
p.center{text-align: center;}

p.bold{font-weight: bold;
font-size: 1.15em;}
.orange{color: #F99300;}


p.message{text-align: center;
font-size: 1.3em;
	line-height: 1.6;
font-weight: bold;
color: #FF7E00;}


.formList{
	margin-top: 10px;
	padding: 15px 0 0 0;
	border-top: 1px dotted #ddd;
}

.formList dt{
	margin: 0 0 10px 0;
	padding: 5px 5px;
	font-weight: bold;
	line-height: 1;
	color: #555555;
	background-color: #D8F5EA;
}

.formList dt b{
	margin: 0 0 0 4px;
	font-weight: ＊;
	color: #F00;
}

.formList dd{
margin:0 0 10px 0;
padding:0 0 10px 0;
border-bottom:#ddd dotted 1px;
overflow-x:hidden;
}

.formList dd p{
margin:0 0 4px 0;
}


.formList dd span{
margin:0 4px 0 0;
}

.formList dd input{
vertical-align:middle;
}

.formList dd select{
padding:5px;
}

.formList dd input[type=checkbox],
.formList dd input[type=radio]{
width:24px;
height:24px;
margin:0 6px 4px 0;
}

.formList dd input[type=radio]{
border-radius:12px;
}

.formList dd input[type=text],
.formList dd input[type=email],
.formList dd input[type=tel],
.formList dd input[type=number],
.formList dd input[type=password],
.formList dd textarea{
padding:6px;
border-radius:4px;
border:#ddd solid 1px;
-webkit-box-shadow:inset 1px 1px 5px #eee;
box-shadow:inset 1px 1px 5px #eee;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
	width: 100%;
}

.formList dd textarea{
resize:vertical;
}

.formList dd .short{
	width: 50%!important;
	margin:0 0 5px 0;
}

.formList dd input[name^=post]{
width:60px;
}

.commonSubmit{
	display: block;
	width: 70%;
	height: 40px;
	margin: 0 auto;
	font-weight: bold;
	text-shadow: 0 -1px 0 #FF9620;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FF9620), color-stop(0.00, #FFC47C));
	background: -webkit-linear-gradient(top, #FFC47C 0%, #FF9620 100%);
	background: -moz-linear-gradient(top, #FFC47C 0%, #FF9620 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC47C', endColorstr='#FF9620', GradientType=0 );
	background: linear-gradient(top, #FFC47C 0%, #FF9620 100%);
	border: #FF9620 solid 1px;
	border-radius: 4px;
	font-size: 130%;
}
