@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yomogi&display=swap');


/* CSS Document */

.noto{font-family: 'Noto Sans JP', sans-serif;}


/*--------------------------------
	基本レイアウト
--------------------------------*/


body{
	font-size: 100%;
	background:url("../../image/common/bg.jpg") repeat left top;
}


/*--------------------------------
  共通項目
---------------------------------*/
.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}


.outbox{
	margin: 0 10px 30px;
	padding: 10px;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 0px 4px #AA9B4F;
	-webkit-box-shadow: 0 0px 4px #AA9B4F;
}

.inbox {
	padding: 0px 5px 5px;
}


dl.kome{

}
dl.kome dt{
	float: left;
}
dl.kome dd{
	padding: 0 0 5px 1.5em;}

a.link{
	display: block;
	margin: 10px 0 0 20px;
	padding: 5px 40px 5px 10px;
	float: right;
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: none;
	background-color:#32BA8B;
	text-shadow: 0 0 3px #444;
	font-weight: bold;
	background-image: url(../../image/common/link.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	border-radius: 5px;
	background-size: auto 10px;
}
a.link:hover{
opacity: 0.7;
}
a.tel_link {
    font-size: 24px;
    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 22px;
    padding: 0 0 0 30px;
    background-position: left center;
    line-height: 30px;
    float: right;
    display: block;
    margin: 10px 0 0 20px;
}
.asp4-3{
	width: 100%;
	max-width: 240px;
	aspect-ratio: 4 / 3;/*アスペクト比固定で切抜き*/
	margin: 0 auto 10px;
	display: block;
}

.asp4-3 img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
}

/*--------------------------------
	フォント
--------------------------------*/

h2 {
	font-size: 20px;
	letter-spacing: 1px;
	font-weight:700;
	font-family: 'Noto Sans JP', sans-serif;
	padding:4px 0px 7px 20px;
	border-radius: 0px;
	margin: 0 0 15px;
	color:#7D6120;
	line-height:1.3;
	
	border-bottom: 2px dotted #5DAC91;
	border-top:2px solid #5DAC91;
	background:url("../../image/common/h2.png") no-repeat left 12px;
	background-size: auto 13px;
	position: relative;
}


h3 { font-family: "Kosugi Maru", sans-serif;
  font-weight: 500;
  font-style: normal;
	color:#7B603C;
  
	font-size: 19px;

    padding: 0px 0px 5px 30px;
    margin: 0 0 15px;
    /*background-color:#F9F7DE;*/
	border-radius: 0px;
    text-shadow: none;
	background-image: url("../../image/common/h3.png");
	background-repeat: no-repeat;
	background-size: auto 22px;
	background-position: left 5px;
    border-bottom: 1px solid #7B603C;
	
}
h3.big{
	font-size: 23px;
	line-height: 1.5;
	/*background-position: 5px 10px;*/
}

h4 { font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	color:#7B603C;
	margin: 0 0 15px;
	
	font-size: 19px;
	padding: 5px 10px;
	border-radius: 8px;
	line-height: 1.5;
background: url("../../image/common/bg_paper01.jpg") repeat left top;
}

h5 {
	font-size: 18px;
	color: #FF7373;
	border-bottom: 2px dotted #FF9326;
	margin: 0 0 10px;
	padding: 5px 0;
	line-height: 1.5;
	font-weight: bold;
}

h5 span{
	margin: 0 0.5em 5px 0;
	padding: 0 0.5em;
	display: block;
	border-radius: 5px;
	background-color: #FF7373;
	color: #FFFFFF;
	width: 4em;
	text-align: center;
}


h6 {
	font-size: 16px;
	color: #FFFD04;
	border-bottom: 2px dotted #FFFFFF;
	margin: 0 0 5px 0;
	line-height: 30px;
}




.space{
	display: block;
	height: 30px;
}



/*-------------*/

header#head{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	box-shadow:0 2px 4px #B2996A;
	z-index: 1000;
	position: relative;
}

header#head h1{
	margin: 0 0 10px 0;
	padding: 2px 0;
	font-size: 14px;
	line-height: 1.2;
	color: #4D2C00;
	font-weight: normal;
}


.head{
	max-width: 350px;
	margin: 0 auto;
	display: block;
	padding: 0 0px 5px;
	overflow: hidden;
}


.head .logo{width:100%;
    display: flex;
margin: 0 auto 10px;
justify-content: space-between;}

.head .logo p{width: 40px;
    padding:7px 5px;
    box-sizing: border-box;
border: 1px solid #5dac91;
    text-align: center;
    font-size: 14px;
}

.head .logo p img{width: 25px;}

.head .logo_img{width:calc(100% - 50px);}

.head .logo img{
	margin: 0 auto;
	display: block;
	width: 100%;
}
.head .left{
	float: left;
	width: 70%;
}

.headbox .txt{color:#509EC0;
border-radius: 0px;
	font-size: 14px;
	font-weight: bold;
text-align: center;
border-top: 1px solid #509EC0;
border-bottom: 1px solid #509EC0;}

.headbox ul{display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin: 10px 0;}

.headbox ul li{width: 30%;
line-height: 20px;
border-radius: 10px;}

.headbox ul li a{display: block;
	color: #fff;
font-weight: bold;
font-size: 14px;
text-align: center;
padding: 5px 5px 5px 10px;
	box-sizing: border-box;
text-decoration: none;
	border-radius: 10px;
}

.headbox ul li a img{display: inline;
margin: 0 10px 0 0;
width: 20px;}

.headbox ul li.line{background: #01B901 url("../image/head01.png") no-repeat 12px 5px;
background-size: auto 17px;}
.headbox ul li.tel a{background: #5DAC91 url("../image/head03.png") no-repeat 12px 5px;
background-size: auto 20px;}
.headbox ul li.map{background: #CEC87F url("../image/head02.png") no-repeat 12px 5px;
background-size: auto 20px;}
.headbox ul li.yoyaku{background:#F5A51D url("../../image/common/icon01.png") no-repeat 7px 7px;
background-size: auto 15px;}


.head .headbox{
	overflow: hidden;
}

/*-------------------*/


.bn{
	display: block;
	margin: 0 10px 0;
}
.bn ul{
	padding: 0 0 15px;
}
.bn ul li{border-radius: 8px;
	margin: 0 auto 15px auto;
	text-align: center;
	width: 100%;
	padding: 0;
	max-width: 350px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bn ul li a{
	display: inline-block;
}

.bn ul li img{border-radius: 6px;
    box-shadow: 0 0 4px #8E836C;
	display: block;
	width: 100%;
	padding: 0;
    vertical-align:bottom;
	margin: 0 auto;
}


/*-------------------*/

#footer{
	padding: 0px 0 0px 0;
	text-align: center;
	width: 100%;
	margin: 0;
	background-color:#F9F7DE;
	color:#585207;
}
#footer .foot {
	width: 300px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#foot .foot p {
	text-align: left;
	display: block;
}
#footer .foot p.name {
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	display: block;
	padding: 10px 0;
	margin: 0;
	text-indent: 0px;
}
#footer .foot p.name img {
	width: 280px;
	height: auto;
	margin: 0 auto;
	display: block;
}
#footer p.name a{
	color:#585207;
	text-decoration: none;
}
#footer p.address a{
	text-decoration: none;
	color:#585207;
}
#footer .foot p.address {
	text-align: center;
	font-size: 14px;
	font-weight:bold;
	line-height: 1.5;
	width: 300px;
	display: block;
	margin: 0px;
	padding: 0 0 10px;
}
#footer .foot p.address strong{
	color:#585207;
	margin: 0 10px 0 0;
	padding: 0 5px;
}
#footer #copy {
	padding: 0;
	margin: 0;
	background-color: #ddd;
}
#footer #copy p{
	text-align: center;
	font-size: 14px;
	padding: 3px 0 5px;
	line-height: 120%;
	margin: 0px;
	font-weight: normal;
	color:#585207;
	background-color:#F9F7DE;
}
#footer #copy p a{
	color:#585207;
	text-decoration: none;
}


/*--------------------------------
	ナビ
--------------------------------*/

nav.grid{
	
	background-color: #FFFFFF;
	border-bottom: 1px solid #EADCC2;
	box-shadow:0 2px 3px #E5DFC1;
}
nav.grid ul{
	display: flex;
	flex-wrap: nowrap;
	align-content: stretch;
	align-items: stretch;
	justify-content: space-between;
}
nav.grid ul li{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #EADCC2;
	width: 20%;
}
nav.grid ul li:last-child{
	border-right: none;
}
nav.grid ul li a{
	padding: 5px 0 0;
	display: block;
	text-decoration: none;
}
nav.grid ul li a img{
	display: block;
	margin: 0 auto;
	max-width: 40px;
}
nav.grid ul li a small{
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #7D6400;
	text-align: center;
}

/*　2行にならないsmallタグの行間調整　*/
nav.grid ul li:nth-child(1) a small,
nav.grid ul li:nth-child(2) a small,
nav.grid ul li:nth-child(3) a small,
nav.grid ul li:nth-child(4) a small{
	padding: 10px 0;
}


nav.grid ul li:nth-child(5) a small{
	padding: 3px 0;
}

nav.grid ul li a small span{
	font-size: 9px;
	line-height: 10px;
	display: block;
}

/*--------------------------------
	Pagetop
--------------------------------*/
.pagetop{
	margin: 10px 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: 0 0 0 14px;
	text-decoration: none;
}

/*--------------------------------
   TopicPath
-------------------------------*/
nav#topicpath {
	padding: 0 0 0 10px;
	margin: 0 0 20px;
 /*background: #F9FFCE;*/
}
nav#topicpath ul {
	list-style: none;
	padding: 0;
}
nav#topicpath ul li {
	display: inline;
	font-size: 14px;
	color: #825000;
}
nav#topicpath ul li a {
	text-decoration: none;
color: #825000;
}
nav#topicpath ul li span {
}


/*--------------------------------
	トップ
--------------------------------*/
.topimg {
	margin: 0;
	background-color:#CCECE1;
}

.topimg img {
	display: block;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;

}


.eye{position: relative;
	z-index: 0;
	margin: 0px 0 0 0;
background-color:#CCECE1;
}
.eye img{
	display: block;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}


/*---------------------------*/

/*------アピール-----*/

.pr01{padding: 5px;}
.pr01 figure img{vertical-align: bottom;}

.pr01 .inbox{padding: 80px 15px 8px 15px;
background:#fff url("../../image/top/pr01_bg.jpg") no-repeat left top;
background-size: contain;}

.pr01 .imgbox3 figure img{aspect-ratio:1/1;
object-fit: cover;}

ul.check{
	color:#473900;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0px 0px 0.5em;
}

ul.check li{background-image: url("../../image/common/check1.png");
	background-repeat:  no-repeat;
	background-position:  left 3px;
background-size: auto 1.2em;
border-bottom: 2px dotted #CEC87F;
padding:0 0 10px 1.5em;
margin: 0 0 10px 0;
line-height: 1.5;}

ul.check_orange li{background-image: url("../../image/common/check2.png");}




.bigbn{margin: 0 10px 30px 10px;
	border: 5px solid #fff;
	box-shadow: 0 3px 6px #DFD7BF;
	-webkit-box-shadow:  0 3px 6px #DFD7BF;
border-radius: 10px;}
.bigbn img{vertical-align: bottom;
border-radius: 10px;
display: block;
width: 100%;
margin: 0 auto;}


.imglist{
	display: flex;
	align-items: stretch;
	align-content: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 10px 20px;
}

.imglist img{
	width: 32%;
	display: block;
}


/*---------------------------*/


/*------------------------------
	切り替え部分
------------------------------*/
#switchArea {
margin: 0 10px 30px;
}

#switchArea ul.tab{
	overflow: hidden;
	list-style-type: none;
	border-bottom: 3px solid #5DAC91;
}
#switchArea ul.tab li{
	float: left;
	background-color: #5DAC91;
	margin: 0px 1% 0px 0;
	padding: 1px 2px;
	font-size: 95%;
	width: 30%;
	border-radius: 4px 4px 0 0;
}
#switchArea ul.tab li:hover {
	cursor: pointer;
}
#switchArea ul.tab li.select{
	background-color:#95D5BF;
}
#switchArea ul.tab li img {
	display: block;
	width: 85%;
	height: auto;
	padding: 0 0 5px;
	margin: 5px auto 0 auto;
}


/* .outboxのスタイルを以下に当てて微調整 */
#switchArea .content li{
	margin: 0 0px 30px;
	padding: 10px;
	background-color: #FFFFFF;
	
	border-radius: 0 0 10px 10px;
	box-shadow: 0 0px 4px #AA9B4F;
	-webkit-box-shadow: 0 0px 4px #AA9B4F;
}

#switchArea .content li.hide {
	display:none;
}


/*-----------切り替え部分 ここまで---------------*/


.information{
	width:100%;
	height:200px;	/*適当な高さに*/
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	display: inline-block;
}

.information iframe{
	width:100%;
	height:100%;
	border:none;
	display:block;
}


/*------------------------------*/

.about table{
	border: 1px solid #555555;
	margin: 0 0 10px;
	width: 100%;
	font-size: 14px;
}
.about table th,
.about table td{
	padding: 5px 1px;
	border: 1px solid #555555;
	text-align: center;
	vertical-align: middle;
}
.about table th{
	background-color:#FFFBF1;
	font-weight: normal;
}


.about dl.kyushin{
	color: #D80000;
	font-weight: bold;
	font-size: 17px;
}
.about dl.kyushin dt{
	float: left;
}
.about dl.kyushin dd{
	padding: 0 0 10px 4em;
}

.about iframe{
	width: 100%;
	height: 250px;
}

.about dl.gaiyo{
	margin: 0 0 20px;
}
.about dl.gaiyo dt{
	display: block;
	width: 4.5em;
	text-align: left;
	color:#AF9C71;
	font-weight: bold;
	border-radius: 0px;
	background-color:transparent;
	font-size: 14px;
	float: left;
}
.about dl.gaiyo dd{
	padding: 0 0 8px 4.5em;
	margin: 0 0 8px 0;
	border-bottom: 1px dotted #AF9C71;
}
.about dl.gaiyo dd a{
	text-decoration: none;
	color: #000000;
}
.about dl.gaiyo dd small{
	font-size: 12px;
	padding: 0 5px;
	display: inline-block;
	border-radius: 5px;
	background-color: #FF9326;
	color: #FFFFFF;
	line-height: 1.5;
}


.about p{margin-bottom: 20px;}


/*--------------------------------	
	当院紹介
--------------------------------*/
.policy p{margin-bottom: 15px;}
.policy p strong{color: #C40003;}

.policy .inbox {background: url("../../image/common/bg_paper01.jpg") repeat left top;
padding:15px 10px;
margin: 0px;
box-shadow: 0 0 4px #bbb;}
.policy figure.aligncenter{width: 50%;}
.policy .message{font-family: 'Shippori Mincho B1', serif;
	text-align: center;
font-size:23px;
	letter-spacing: -0.06em;
	font-weight: 600;
margin: 0 0 30px 0;
	line-height: 1.5;
color: #655201;
position: relative;
background-image: url("../../image/shoukai/policy.png"),url("../../image/shoukai/policy2.png");
background-repeat: no-repeat,no-repeat;
background-position: left bottom,right bottom;
background-size: auto 60px,auto 60px;}


.feature p {
    margin: 0 10px 20px 0px;
    line-height: 1.7;
	
}
.feature h3 {
	color: #7D521F;
    
	font-size: 23px;
	line-height: 1.4;
	border-bottom:none;
    margin: 0 0 15px;
    border-radius: 0px;
    background-color: #fff;
    text-shadow: none;
	background: none;
	padding: 0;
}

.feature .border{background: url("../../image/shoukai/feature.png") repeat-x left top;
	background-size: auto 20px;
height: 20px;
display: block;
margin: 0 0 20px 0;}

.feature h3:before{content:none;}
.feature h3 strong {
	color:#F5A51D;}

/*------------------------------*/


.greet p{
	margin: 0 0px 1em;
}

.greet .inchou{ background:url("../../image/common/bg_paper01.jpg") repeat left top;
padding: 10px;
	box-sizing: border-box;
	box-shadow: 0 0 3px #ccc;
border-radius: 10px;
margin: 0 0 20px 0;}


.greet .inchou figure{width: 210px;
	margin: 0 auto 20px auto;}

.greet .inchou img{
    display: block;
	margin: 0 auto 10px auto;
	border: 3px solid #fff;
	border-radius:7px;
}
.greet .inchou figcaption{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color:#7D6400;
}
.greet .inchou figcaption strong{
    color: #346842;
}

.greet p{
    margin: 0 0px 1em;
}
.greet h3 {
    padding:0px 0 5px 0;
    color:#473900;
	border-bottom: 2px dotted #977E5B;
    font-size: 16px;
    font-weight:bold;
    background:none;
    border-radius: 0px;
    text-shadow: none;
}

.greet li,
#switchArea .content li .greet .inchou .prof ul li{background:url("../../image/common/sankaku.png") no-repeat left 5px;
	border-radius: 0;
	box-shadow: none;
background-size: auto 10px;
	line-height: 1.4;
	padding: 0 0 6px 15px;
	margin-bottom: 6px;
border-bottom: 1px dashed #999;}

/*--------------------------------*/





/*--------------------------------
	治療内容
--------------------------------*/

ol.nagare{
}
ol.nagare li{
	margin: 0 0 10px;
	padding: 0 0 50px;
	clear: both;
	background-image: url(../../image/common/yajirusi.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 40px;
}
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{
	font-weight: bold;
	padding: 5px 5px;
	margin: 0 0 10px;
	font-size: 16px;
 color:#473900;
    border-radius: 5px;
    background-color:transparent;
	background:url("../../image/common/bg_paper01.jpg") repeat left top;
}
ol.nagare li dl dt span{
	padding: 0 5px;
	margin: 0 10px 0 0px;
	display: inline-block;
background-color:#5DAC91;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 14px;
    text-shadow: 0 0 3px #666;
}
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;
	    background-color: rgba(255,210,77,.1);
    border-radius: 5px;
}




/*--------------------------------*/
.qa dl {}
.qa dl dt {
    padding: 3px 0 10px 45px;
    position: relative;
    font-weight: bold;
   color:#473900;
    font-size: 17px;
}
.qa dl dt::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-weight: bold;
   background-color:#9BD8C3;
    color: #FFFFFF;
}
.qa dl dd {
    padding: 3px 0 15px 45px;
    position: relative;
    margin: 0 0 15px;
  border-bottom: 1px dotted #CEC87F;
    height: auto;
}
.qa dl dd:last-of-type {
    border: none;
    margin: 0;
}
.qa dl dd::before {
    content: "A";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-weight: bold;
   background-color:#FFCD77;
    color: #FFFFFF;
}

p.right{text-align: right;
margin: 15px 0;}

/*------------------------------*/


.ryokin table,.hari table{
    margin: 0 0 30px;
    border: #aeaf99 1px solid;
    font-size: 16px;
    border-collapse: collapse;
    width: 100%;
}
.ryokin table.margin10{
    margin: 0 0 10px;
}

.hari table{font-size: 15px;}
.ryokin table th{
    padding: 8px 5px;
    border-bottom: #aeaf99 1px dashed;
    border-left: #aeaf99 1px solid;
    background-color:#ECF9DC;
    text-align: center;
    vertical-align: middle;
	width: 50%;
}

.ryokin table.hoken_ryokin th{width: 33%;}



.ryokin table tr:first-child th,
.hari table tr:first-child th{
    border-top: #aeaf99 1px dashed;
}
.ryokin td{border-bottom: #aeaf99 1px dashed;
	border-left: #aeaf99 1px solid;
 padding: 8px 5px;
text-align: center;
vertical-align: middle;}

.ryokin table:not(.hoken_ryokin) th{display: block;
width: 100%;
box-sizing: border-box;
    border-left: none;
}

.ryokin table:not(.hoken_ryokin) tr:first-child th{border-top: none;
border-left: none;}

.ryokin table:not(.hoken_ryokin) tr{display: flex;
flex-wrap: wrap;
justify-content: space-around;
}

.ryokin table:not(.hoken_ryokin) td:first-of-type{border-left: none;}

.ryokin table:not(.hoken_ryokin) td{width: 50%;
box-sizing: border-box;
text-align: center;}


.ryokin table:not(.hoken_ryokin) tr:last-of-type td{border-bottom: none;}

ul.plan{display: flex;
flex-wrap: wrap;
justify-content: space-between;}

ul.plan li{width: 32%;
box-sizing: border-box;
padding: 10px 10px 15px 10px;
	margin: 0 0 20px 0;
border-radius: 8px;
text-align: center;
    background-color:#ECF9DC;
	box-shadow: 0 0 4px #aaa;
}

ul.plan li:nth-of-type(1),
ul.plan li:nth-of-type(2),
ul.plan li:nth-of-type(3){font-weight: bold;
font-size: 1.1em;}

ul.plan li strong{color: #C90006;
display: block;
font-size: 1.2em;}

ul.plan li:nth-of-type(1) strong,
ul.plan li:nth-of-type(2) strong,
ul.plan li:nth-of-type(3) strong{font-size: 1.1em;}

.message{
background-image: url("../../image/shoukai/feature.png"),url("../../image/shoukai/feature.png");
    background-repeat:  repeat-x,repeat-x;
    background-position:  left top,left bottom;
	background-size: auto 15px;
padding: 30px 0 30px 0;
	margin-top: 30px;
font-size: 1.2em;
color: #7C623F;
line-height: 1.5;
text-align: center;
 font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;}


.message strong{display: block;
font-size: 1.5em;
color: #F5A51D;}

/*------------------------------*/

.hoken p{
	margin: 0 0px 30px;
} 
.hoken p + p{margin-top: -15px;}

.jihi p strong{color: #E47F00;}

.bold_red {
	font-weight: bold;
	color:#D80000;
}

.hoken p img, .jihi p img {
    width: 240px;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
    border-radius: 5px;
	border: 5px solid #fff;
	background: #fff;
	box-shadow: 0 0 4px rgba(178,133,0,0.7);
	-webkit-box-shadow: 0 0 4px rgba(178,133,0,0.7);
}
.hari .point{font-weight: bold;
border: 3px double #BB9958;
padding: 15px;
font-size: 1.1em;
margin: 10px 0 0 0;}
/*-----------------------------*/


.algincenter{
	margin: 0 5px 10px;
}
.algincenter img{
display: block;
margin: 0 auto;
}


p.kome {
   padding:0 0 0 1.5em;
	position: relative;
}
p.kome::before {
    content: "※";
	position: absolute;
	left:0;
	top:0;
}

span.kome {display: block;
   padding:0 0 0 1.5em;
	position: relative;
}

span.kome::before{
    content: "※";
	position: absolute;
	left:0;
	top:0;
}

/*------------------------------*/
.jiko p,
.jibai p{
	margin: 0 0px 30px;
}
.jiko p b,
.jibai p b{
	font-weight: bold;
}


.jiko p img,
.jibai p img{
	margin: 0 auto 10px;
	display: block;
	width: 240px;
}




/*------------------------------*/
.ems .message{font-weight: bold;

font-size: 1.2em;
line-height: 1.4;
margin: 10px 0 30px 0;
color: #7D6400;}

.message strong{color: #EB5405;}
/*------------------------------*/


.imgbox3 ul,
.imgbox2 ul,
.imgbox4 ul,
.imgbox3{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	margin: 0 0px 0;
	justify-content: space-between;
}

.imgbox3 ul li,
.imgbox3 figure{
width: 32%;
margin: 0 auto;
}

.imgbox2 ul li {
	width: 49%;
	margin: 0 0 10px;
	text-align: center;
}
.imgbox4 ul{margin: 5px 0.5%;}
.imgbox4 ul li{width: 24.5%;}

.imgbox3 ul li img,
.imgbox2 ul li img,
.imgbox4 ul li img,
.imgbox3 figure img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.imgbox4 ul li img{border-radius: 0;
box-shadow: none;
border:none;}

.alignleft{
}
.alignleft img{
	margin: 0 auto 10px;
	display: block;
	width: 240px;
	border-radius: 5px;
	height: auto;
}

.alignright{
}
.alignright img{
	margin: 0 auto 10px;
	display: block;
	width: 240px;
	border-radius: 5px;
	height: auto;
}



.aligncenter{
margin: 0 0 10px;
}
.aligncenter img{
	display: block;
	margin: 0 auto;
	border-radius: 10px;
	height: auto;
}






/*-----------------------------*/
