@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

body{
	--color--beige:#f9f2ea;
	--color--navy:#00178c;
	--color--dgreen:#004c20;
	--color--bggreen:#c1e573;
	--color--lgray:rgb(230 230 230);
	--color--gray:rgb(153 153 153);
	--color--brown:rgb(193 58 44);
	--color--dbrown:rgb(75 24 0);
	--color--red:#e8412e;
	--color--orange:rgb(242 126 24);
	--color--ygreen:#7abb27;
	--color--yellow:rgb(255 225 105);
	--color--blue:rgb(4 0 238);
	--color--dblue:rgb(0 100 146);
	--color--bluegray:#004667;
	--color--bgblue:rgb(161 208 230);
	--color--purple:rgb(155 89 182);
	--color--black:#000000;
	color:var(--color--black);
	font-family:"HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro",sanserif;
}


.page .date-tags {
	display: none;
	}



/*----------------------------------
 * header
 * -------------------------------*/
#header{
	background:url("img/bg_header.gif");
	background-size:cover;
}
#header .logo span{
	font-size:clamp(1.4em,5.5vw,2.2em);
	margin-bottom:1vw;
	color:var(--color--navy);
	text-align:left;
}
#header .tagline{
	font-size:clamp(1.1em,1.2vw,1.2em);
	color:var(--color--dgreen);
	margin-bottom:1vw;
	text-decoration:underline;
}

.header_info {
	background: #836400;
	position: relative;
}
.header_disc {
	text-align: center;
	width: 100%;
	font-size: 14px;
	color: #fff;
}
.header_tel {
	position: absolute;
	top:24px;
	right: 100px;
	text-align: center;
	padding: 2px 5px;
	
  }
.header_tel a {
	color: #004c20 !important;
	display: block;
	border: #004c20 solid 2px;
	margin-top: 10px;
}

.header_tel a:hover {
	color: #ffffff !important;
	background: #004c20;
	border: #836400 solid 2px;
}


br {
	display: block;
	content: "";
	margin: -10px 0;
	}
.tel_info {
	font-size: 12px;
}

/*----------------------------------
 * navi
 * -------------------------------*/
#navi{
	background:var(--color--bggreen);
}
#navi #navi-in{
	max-width: 1280px;
}

  #header-container {
	box-shadow: 0 0 10px rgba(30, 30, 30, .1);
	z-index: 10;
  }
  .site-name-text-link {
	color: #852407;
  }
  .navi {
	background: none;
  }
  .navi-in > ul .sub-menu {
	background: #fff;
	box-shadow: 0 0 10px rgba(30, 30, 30, .1);
  }
  .navi-in > ul li {
	width: auto;
  }
  .navi-in a {
	font-size: 13px; /* ナビ文字大きさ */
	font-weight: bold;
	position: relative;
	color: #000 !important; /* ナビ文字色 */
	padding: 0;
	display: block;
	text-decoration: none;
  }
  .navi-in a:hover {
	background: none;
  }
  .navi-in a:before {
	position: absolute;
	left: 0;
	bottom: 6px;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #196900; /* マウスON時の下線色 */
	transform: scale(0, 1);
	transition: 0.4s;
  }
  .navi-in a:hover:before {
	transform: scale(1);
  }
  .navi-in > ul .sub-menu a {
	color: #666; /* サブメニュー文字色 */
	font-size: 12px; /* サブメニュー文字の大きさ */
  }
  .navi-in > ul .sub-menu a:before {
	background: #42d5e7; /* サブメニューマウスON時の下線色 */
  }
  .header-container-in.hlt-top-menu .logo-header {
	max-height: 100%;
	height: 100px;
  }
  .header-small {
	opacity: 0.9;
  }

  .header-container-in.hlt-top-menu .logo-header img {
	max-height: 60px;
	height: auto;
	vertical-align:middle;
	margin-top: 16px;
  }

  .header-small .header-container-in.hlt-top-menu .logo-header img {
	max-width: 130px;
	vertical-align:middle;
	margin-top: 16px;
  }

  [id^="toc"]:target {
	padding-top: 85px;
	margin-top: -85px;
  }
   /* ロゴの大きさ・幅に関するもの */
   .header_tel .header-container-in.hlt-top-menu .logo-header img {
	max-height: 100%;
	height: auto;
	max-width: 210px;
	vertical-align: middle;
	margin: 20px 0;
  }

 
/*----------------------------------
 * a
 * -------------------------------*/
a:link{
	color:#170cf1;
	text-decoration:none;
}

/*----------------------------------
 * img
 * -------------------------------*/
img.photo{
	padding:4px;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	background:var(--wp--preset--color--white);
}

/*----------------------------------
 * layout
 * -------------------------------*/
body.home .wrap {
    width: auto;
}
.content {
    margin-top: 0;
}
body.home .main {
    padding: 0;
    border:none;
}
section{
	padding:3vw 0;
}
.section_inner{
	max-width:1280px;
	margin:0 auto;
}
.section_inner_m{
	max-width:960px;
	margin:0 auto;
}
.section_inner_s{
	max-width:720px;
	margin:0 auto;
}
section.bg_beige{
	background:var(--color--beige);
}
section.bg_pink{
	background:url("img/original.gif") no-repeat;
	background-size:cover;
}
section.bg_paper{
	background:url("img/bg_abstract_paper.jpg") no-repeat;
	background-size:cover;
}
article{
	margin-bottom:3vw;
}
.w720{
	max-width:720px;
	margin-left:auto;
	margin-right:auto;
}
.mb_l{
	margin-bottom:4vw;
}
.mb_m{
	margin-bottom:2vw;
}
.mb_s{
	margin-bottom:1vw;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}

/*----------------------------------
 * mv
 * -------------------------------*/
.mv{
	background:url("img/original.jpg") no-repeat center;
	background-size:cover;
	padding:7vw 0 2vw;
}
.mv h1{
	line-height:2;
	color: #4b1800;
	display:inline-block;
	background:#999999;
	font-weight:700;
	font-size:clamp(1.5em,6vw,2.3em);
	line-height:1;
	margin-bottom:3vw;
	text-shadow: -2px -2px 5px #fff, 2px -2px 5px #fff, -2px 2px 5px #fff, 2px 2px 5px #fff;
    letter-spacing: 2px;
}
.mv ul{
	margin:4vw 0 1vw;
	padding:0;
	display:flex;
	
}
.mv ul li{
	list-style:none;
	background: linear-gradient(135deg, #febf01 0%, #914f00 41%, #914f00 41%, #f4ac02 82%, #f2b202 100%);
	border: 3px solid #CC9D28;
	width:170px;
	height:170px;
	border-radius:50%;
	line-height:170px;
	font-size:1.1em;
	font-weight:700;
	text-align:center;
	color:var(--wp--preset--color--white);
	margin:0 3px;
}

/*----------------------------------
 * 見出し
 * -------------------------------*/
h1,h2,h3,h4,h5,h6{
	line-height:1.4;
}
h2{
	font-size:clamp(1.3em,4vw,1.8em);
	margin-bottom:2vw;
}
h2.bg_green{
	background:var(--color--ygreen);
	color:var(--wp--preset--color--white);
	text-align:center;
	padding:5px;
}
h2.bg_green strong{
	display:block;
	padding:clamp(3px,.5vw,5px);
	border:1px solid var(--wp--preset--color--white);
}
h2.orange{
	color:var(--color--orange);
	text-align:center;
}
.widget h2, .widget_author_box{
	background: #c1e573 !important;
}
.side_h2 {
	color: #000;
	font-size: .8em !important;
	text-align: center;
}
h3{
	font-size:clamp(1.2em,3vw,1.5em);
	margin-bottom:1.5vw;
}
h3 span{
	font-size:.7em;
}
h3.orange{
	color:var(--color--orange);
}
h3.dgreen{
	color:var(--color--dgreen);
}
h3.bg_dblue{
	color:var(--wp--preset--color--white);
	background:var(--color--dblue);
	padding:0 20px;
	line-height:1;
}

h4{
	font-size:clamp(1.15em,2.5vw,1.3em);
	margin-bottom:1vw;
}
h4.navy{
	color:var(--color--navy);
}
h4.bg_yellow{
	display:inline-block;
	background:var(--color--yellow);
	padding:0;
	line-height:1;
}
h4.bgblue{
	display:inline-block;
	background:var(--color--bgblue);
	padding:0;
	line-height:1;
}
p{
	font-size:1.1em;
	font-weight:500;
}
.font-xsmall{
	font-size:.8em;
}
.font-small{
	font-size:.9em;
}
.font-medium{
	font-size:1.2em;
}
.font-large{
	font-size:clamp(1.3em,4vw,1.7em);
}
.font-brown{
	color:var(--color--brown);
}
.font-red{
	color:var(--color--red);
}
.font-bluegray{
	color:var(--color--bluegray);
}
.font-navy{
	color:var(--color--navy);
}
.font-purple{
	color:var(--color--purple);
}
.font-dgreen{
	color:var(--color--dgreen);
}
span.bg_yellow, strong.bg_yellow{
	display:inline-block;
	background:var(--color--yellow);
	line-height:1;
	color:var(--color--black);
}

/*----------------------------------
 * box
 * -------------------------------*/
.frame{
	background:var(--wp--preset--color--white);
	padding:2vw;
	margin-left:auto;
	margin-right:auto;
	border:3px solid var(--color--ygreen);
}

/*----------------------------------
 * hr
 * -------------------------------*/
hr{
	margin:3vw 0;
}

/*----------------------------------
 * flex-wrapper
 * -------------------------------*/
.flex-wrapper{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.flex-wrapper.reverse{
	flex-direction:row-reverse;
}
.flex-wrapper.two .flex-one{
	width:48%;
}
.flex-wrapper.three .flex-one{
	width:32%;
}
.flex-wrapper.three .flex-two{
	width:64%;
}
.flex-wrapper.four .flex-one{
	width:24%;
}
.flex-wrapper.four .flex-three{
	width:73%;
}

/*----------------------------------
 * list
 * -------------------------------*/
ul.list{
	font-weight:700;
	margin-top:1vw;
	margin-bottom:1vw;
}
ul.list li{
	list-style:none;
	font-size:1.1em;
	line-height:1.2;
}
ul.list li span{
	color:var(--color--purple);
	font-size:clamp(1.2em,3vw,1.5em);
}

/*----------------------------------
 * box
 * -------------------------------*/
.box{
	padding: 10px;
    border: 5px solid #eee;
    background: #eee;
    box-shadow: #f3f3f3 0 0 0 10px inset;
}
.box .flex-wrapper{
	justify-content:center;
}
.box .flex-wrapper .flex-one{
	position:relative;
	background:var(--wp--preset--color--white);
	margin:5px 10px;
	width:31%;
}
.box .flex-one figure {
	text-align:center;
}
.box .flex-one figure img{
	box-shadow: #7abb27 0 0 0 3px;
	padding:10px;
}
.box .flex-one h4{
	background:var(--color--ygreen);
	color:var(--wp--preset--color--white);
	padding:8px;
	font-size:1em;
}
.box .flex-one p.font-small{
	background:#f3f3f3;
	padding:10px;
	margin:5px;
}
.box .flex-one:after {
    content: "";
	display:block;
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--color--ygreen);
    border-top: 10px solid transparent;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.box .flex-one:first-child:after {
    display: none;
}


/*----------------------------------
 * table
 * -------------------------------*/
table.table thead th{
	background:transparent;
	background:var(--wp--preset--color--white);
	border-color:var(--color--gray);
}
table.table tbody th{
	background:transparent;
	border-color:var(--color--gray);
}
table.table tbody td{
	background:transparent;
	border-color:var(--color--gray);
}
table.table tr:nth-of-type(2n+1) {
    background:transparent;
}
/*----------------------------------
 * feature
 * -------------------------------*/
#feature .frame {
	margin-bottom:4vw;
}
#feature .frame h2{
	color:var(--wp--preset--color--black);
	display:inline;
	line-height:1.5;
	background-color:var(--color--yellow);
}
#feature .frame h2 span{
	display:inline-block;
	text-decoration:underline;
	background-color:var(--color--yellow);
	line-height:1;
}
#feature .frame h3{
	margin-bottom:0;
}

/*----------------------------------
 * treatment
 * -------------------------------*/
#treatment .flex-wrapper{
	align-items:center;
}
#treatment .flex-wrapper .flex-one{
	width:50%;
}
#treatment .flex-wrapper .flex-one.text{
	padding:2vw;
}
#treatment .flex-wrapper img{
	width:100%;
	max-width:none;
	vertical-align:bottom;
}

/*----------------------------------
 * mail
 * -------------------------------*/
#mail .flex-wrapper{
	align-items:center;
}
#mail .frame{
	background:transparent;
}
#mail .tel a{
	text-decoration:none;
	color:var(--color--blue);
	font-size:clamp(1.4em,4vw,2em);
	background:url("img/ic_freedial-1.png") no-repeat;
	background-size:40px;
	padding-left:50px;
}
#mail .button{
	background:var(--color--purple);
	color:var(--wp--preset--color--white);
	display:inline-block;
	padding:8px 30px;
	text-decoration:none;
	font-size:1.1em;
	font-weight:700
}

/*----------------------------------
 * area
 * -------------------------------*/
#area .frame h4{
	color:var(--color--gray);
	font-size:1em;
}
#area .frame h4 span{
	text-decoration:underline;
	color:var(--color--brown);
	font-size:clamp(1.15em,2.5vw,1.3em);
}
#area .frame p span{
	display:inline-block;
	padding-right:1vw;
}
#area .frame .flex-two{
	width:56%
}
#area .frame .flex-one{
	width:42%
}

/*----------------------------------
 * case
 * -------------------------------*/
#case{
	font-weight:700;
}
#case article strong{
	font-size:1.1em;
}
#case article h4{
	font-size:1.2em;
}

/*----------------------------------
 * faq
 * -------------------------------*/
#faq dl dt{
	position:relative;
	font-size:1.2em;
	color:var(--color--red);
	font-weight:700;
	margin-left:36px;
}
#faq dl dt:before{
	position:absolute;
	left:-36px;
	top:6px;
	display:block;
	content:'Q';
	width:24px;
	height:24px;
	font-size:.8em;
	background:var(--color--ygreen);
	color:var(--wp--preset--color--white);
	border-radius:50%;
	text-align:center;
	line-height:24px;
}
#faq dl dd{
	position:relative;
	font-weight:700;
	margin-bottom:1.5vw;
	margin-left:36px;
}
#faq dl dd:before{
	position:absolute;
	left:-36px;
	top:6px;
	display:block;
	content:'A';
	width:24px;
	height:24px;
	font-size:.8em;
	background:var(--color--ygreen);
	color:var(--wp--preset--color--white);
	border-radius:50%;
	text-align:center;
	line-height:24px;
}

/*----------------------------------
 * selfpaying
 * -------------------------------*/
#selfpaying h3{
	position:relative;
	text-align:center;
	display:inline-block;
	line-height:1;
	padding:1em 0;
}
#selfpaying h3 span{
	font-size:.6em;
	
}
#selfpaying h3 strong{
	color:var(--color--navy);
	display:block;
	margin-top:1vw;
}
#selfpaying h3:before{
	position:absolute;
	display:block;
	content:'';
	top:0;
	left:-30px;
	width:2px;
	height:100%;
	background:var(--color--black);
	transform:rotate(-30deg);
}
#selfpaying h3:after{
	position:absolute;
	display:block;
	content:'';
	top:0;
	right:-30px;
	width:2px;
	height:100%;
	background:var(--color--black);
	transform:rotate(30deg);
}
#selfpaying .table thead th{
	text-align:left;
	font-size:1.2em;
}
#selfpaying .table tbody th{
	text-align:left;
	width:50%;
}
#selfpaying .font-small{
	margin-top:3em;
}

/*----------------------------------
 * staff
 * -------------------------------*/
#staff article {
	max-width:720px;
	margin:0 auto 5vw;
}
#staff article figure{
	text-align:center;
}
#staff article figure{
	text-align:center;
}
#staff article figure img{
	border-radius:50%;
	max-width:700px;
}
#staff article h3.bg_dblue {
	display:inline-block;
	padding:0;
	margin-bottom:5px;
}
#staff article .text {
	font-size:.9em;
	line-height:1.5;
	margin-bottom:2vw;
}
#staff article h4 {
	display:inline-block;
	line-height:1;
	background:var(--color--bgblue);
	font-size:1em;
	margin-bottom:.5vw;
}

/*----------------------------------
 * about
 * -------------------------------*/
#about .frame h3{
	color:var(--color--navy);
	display:inline-block;
	text-decoration:underline;
}
#about .frame p{
	line-height:1.6;
}
#about .frame .text-right span{
	font-size:.8em;
}

/*----------------------------------
 * contact
 * -------------------------------*/
#contact .bg_silver{
	padding:3vw 2vw;
	text-align:right;
	background:url("img/original-1.gif") ;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	margin-bottom:2vw;
}

.tel_info_silver {
	text-align: center;
}

#contact .formArea{
	background:var(--wp--preset--color--white);
	padding:1vw;
	margin:1vw 0;
}
#contact .formArea h5 {
	margin-bottom:7px;
}
#contact .formArea h5 .require{
	display:inline-block;
	border-radius:4px;
	color:var(--wp--preset--color--white);
	background:#C00;
	font-size:.7em;
	font-weight:700;
	padding:2px 4px;
	margin-left:1em;
}
#contact .formArea input{
	border:none;
	border-bottom:1px solid #CCC;
}
#contact .formArea .text{
	margin-bottom:2vw;
}

#contact .formArea input[type="text"]:focus,
#contact .formArea input[type="email"]:focus{
	 background-color: #edf8df;
    box-shadow: inset 0 -2px 0 0 #7abb27;
	outline: none;
}
#contact .formArea textArea:focus{
	 background-color: #edf8df;
	outline: none;
}
#contact .formArea input[type="submit"]{
	 background-color: var(--color--orange);
	color:var(--wp--preset--color--white);
	font-size:1em;
	max-width:240px;
}

/*----------------------------------
 * info
 * -------------------------------*/
#info h2{
	text-align:center;
}

/*----------------------------------
 * footer
 * -------------------------------*/
#footer {
	border-top:8px solid var(--color--ygreen);
	padding-top:2vw;
	text-align:center;
}


/************************************
** プロフィール-サイドバー
************************************/
.sidebar .widget_author_box {
	background: #fff;
	padding-top: 1.2em;
	border-radius: 3px 3px 0 0;
	max-width: 360px;
	margin: 0 auto;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  }
  .sidebar .author-box {
	padding: 120px 0 0;
	border: none;
	position: relative;
	margin: 0 0 3em;
	max-width: 100%;
	overflow:hidden;
  }
  .sidebar .author-content {
	background: -webkit-linear-gradient(0deg, rgb(0, 112, 60) 0%, rgb(6, 107, 45) 51.39%, rgb(11, 112, 82) 100%);
	background: linear-gradient(90deg, rgb(0, 112, 60) 0%, rgb(6, 107, 45) 51.39%, rgb(11, 112, 82) 100%);
	border-radius: 200px 200px 0px 0px / 100px 100px 0px 0px;
	color: #fff;
	padding: 20px;
	width:110%;
	margin-left:-5% !important;
  }
  .sidebar .author-box .author-name a {
	color: #032009;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 18px;
  }
  .sidebar .author-box .author-description {
	padding: 45px 25px 0px;
	text-align: justify;
	text-justify: inter-ideograph;
  }
  .sidebar .author-box p {
	line-height: 1.8;
	font-size: 14px;
  }
  .sidebar .author-box .author-thumb {
	width: 120px;
	margin: 0 auto;
	position: absolute;
	top: 50px;
	right: 0;
	left: 0;
	bottom: 0;
  }
  .sidebar .author-box .author-name {
	font-size: 1.1em;
	font-weight: bold;
	position: absolute;
	margin-bottom: 0.4em;
	top: 23px;
	bottom: 0;
	right: 0;
	left: 0;
  }
  .sidebar .author-box .author-widget-name {
	position: absolute;
	top: 3px;
	bottom: 0;
	right: 0;
	left: 0;
	font-size: 0.75em;
	color: #002b0d;
  }
  .sidebar .author-box .sns-follow {
	padding: 15px 10px;
  }
  .sidebar .author-box .sns-follow-buttons {
	display: flex;
	justify-content: space-evenly;
  }
  .sidebar .author-box .sns-follow-buttons a {
	border-radius: 50%;
	border: none;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 30px;
	box-shadow: 0 0 10px rgba(66, 172, 231, .5), 0 0 5px -5px rgba(66, 172, 231);
	background:#fff;
  }
  .sidebar .author-box .sns-follow-buttons a:hover {
	box-shadow: 0 10px 20px -2px rgba(0, 0, 0, .2);
	opacity: 1;
  }
  .sidebar .author-box .sns-follow-buttons .follow-button span:before {
	color: #066823;
  }
  .sidebar .icon-instagram-new:before {
	content: "\ea92";
	font-size: 24px;
  }
  .sidebar .author-box .to-profile {
	position: absolute;
	background: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	color: #066823;
	box-shadow: 0 0 10px rgba(66, 172, 231, .5), 0 0 5px -5px rgba(66, 172, 231);
	top: 105px;
	right: 45px;
	font-size: 0.9em;
	font-weight: bold;
  }
  .sidebar .author-box .to-profile:hover {
	box-shadow: 0 10px 20px -2px rgba(0, 0, 0, .2);
  }
  .sidebar .author-box .sns-follow-message {
	margin-bottom: 10px;
	font-size: 13px;
  }
  .sidebar .author-box .sns-follow-message:before {
	content: "＼";
	margin-right: 5px;
  }
  .sidebar .author-box .sns-follow-message:after {
	content: "／";
	margin-left: 5px;
  }
  .sidebar .icon-twitter-logo:before {
	position: absolute;
	top: 8px;
	right: 0;
	bottom: 0;
	left: 0;
  }
  .sidebar .icon-facebook-logo:before {
	position: absolute;
	top: 6px;
	bottom: 0;
	right: 8px;
	left: 0;
  }
  .sidebar .icon-hatebu-logo:before {
	position: absolute;
	top: 8px;
	bottom: 0;
	right: 0;
	left: 0;
  }
  .sidebar .icon-feedly-logo:before {
	position: absolute;
	top: 8px;
	right: 0;
	bottom: 0;
	left: 0;
  }
  .sidebar .icon-rss-logo:before {
	position: absolute;
	top: 8px;
	right: 0;
	bottom: 0;
	left: 0;
  }

  /*form*/
.hissu {
	color: #f00;
}
#form ::placeholder {
    color: #ccc;
}
#button {
    border: none;
    border-radius : 3px;
    font-size: 1.1em;
    padding: .3em 2em;
    margin-top: 2em;
    background: #76C6AB;
    color: #fff;
    transition: .2s ease-in-out;
    -webkit-appearance: none;
  }
#button:hover {
    box-shadow: 1px 1px 10px #fff;
    cursor: pointer;
    opacity:0.8;
}
#button:active {
    box-shadow: none;
}
#name,
#email,
#msg {
    padding: .5em;
    border: none;
    border-radius: 3px;
    background: #F5F5F5;
    font-size: 1em;
    max-width: 100%;
    width: 100%;
    color: #454545;
}
#name, #email, #tel {
    height: 2.5em;
}
#msg {
    min-height: 250px;
    min-width: 100%;
}
.radio > label {
    margin: 14px;
    cursor: pointer;
}
.label {
    padding: 1em 0 5px;
    font-weight: bold;
}



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1280px以下*/
@media screen and (max-width: 1280px){
  .section_inner,.section_inner_m{
	padding:0 10px;
	}
}
/*1023px以下*/
@media screen and (max-width: 1150px){
  /*必要ならばここにコードを書く*/
  .header_tel {
	  display: none;
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	p{
		font-size:1em;
	}	
	.flex-wrapper.two .flex-one{
	width:100%;
}
.flex-wrapper.three .flex-one{
	width:100%;
}
.flex-wrapper.three .flex-two{
	width:100%;
}
.flex-wrapper.four .flex-one{
	width:100%;
}
.flex-wrapper.four .flex-three{
	width:100%;
}
box .flex-wrapper .flex-one{
	margin:10px 0;
	width:100%;
}
.box .flex-one:after {
    display:none;
}
.mv ul li{
	width:100px;
	height:100px;
	line-height:100px;
	font-size:.8em;
	margin:0 2px;
}
#staff article figure img{
	max-width:80%;
}
#mail .frame{
	text-align:center;
}
}

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

}
