@charset "utf-8";

/*
Theme Name: haruyama-eye
Theme URI: https://www.haruyama-eye.jp/
Template: habakiri
Description: はるやま眼科のテーマ
Author: junonet
Author URI: http://junonet.biz/
Version: 1.0.0
*/


/*==================================================
 * classes layout
 *================================================*/

body, input, textarea {
  font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  /*  font-size: 15px;*/
}
.min {
  font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
}
a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  color: #400000;
}
ul, ol, dl, table {
  margin-bottom: 20px;
}
h2, .h2 {
  font-size: 26px;
  margin: 40px 0 20px;
}
h3, .h3 {
  font-size: 22px;
  padding: 5px 10px;
  border-bottom: 1px solid #1a7798;
  border-top: 1px solid #1a7798;
}
p {
  margin: 0 0 1em;
  line-height: 1.75;
/*  text-align: justify;
  text-justify: inter-ideograph;*/
}
ol {
  -webkit-padding-start: 20px;
}
li {
  list-style: none;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  /* for ie8 */
}
.entry__content img{
  width: 100%;
}
a:hover img {
  opacity: .7;
  background: none;
  -ms-filter: 'alpha( opacity=70 )';
  filter: alpha(opacity=70);
}
#container {
  -webkit-font-smoothing: subpixel-antialiased;
}
.m0 {
  margin: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt1em {
  margin-top: 1em !important;
}
.mt2em {
  margin-top: 2em !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb1em {
  margin-bottom: 1em !important;
}
.mb2em {
  margin-bottom: 2em !important;
}
.p0 {
  padding: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.p1em {
  padding: 1em !important;
}
.p2em {
  padding: 2em !important;
}
.pl2em {
  padding-left: 2em !important;
}
.prl0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.prl1em {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.ts {
  text-shadow: 0 1px 0 #fff;
}
.ts2 {
  text-shadow: 0 1px 1px #888;
}
.text80 {
  font-size: 80%;
}
.text120 {
  font-size: 120%;
}
.text150 {
  font-size: 150%;
}
.text200 {
  font-size: 200%;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.flo-l {
  float: left;
}
.flo-r {
  float: right;
}
.posi_re {
  position: relative;
}
.box {
  overflow: hidden;
  zoom: 1;
}
.white {
  color: #fff !important;
}
.bg_white {
  background: #fff;
  padding: 1em 1em 0;
  border-radius: 6px;
}

/*.row{
  margin-bottom: 1em;
}*/


/*==================================================
 * header
 *================================================*/

.responsive-nav-contents {
  position: relative;
  box-shadow: rgba(0, 0, 0, .3) 3px 0 5px;
}
.header-top h1 {
  font-size: 12px;
  margin: 10px 0 5px;
}
.global-nav-wrapper {
  background: #1a7798;
}
.header-r {
  margin: 0 0 5px;
}
.header-r .box {
  float: right;
}
#fontsize, #inverse {
  background: #FFCC8B;
  padding: 3px 5px;
  margin-bottom: 2px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  box-shadow: 1px 1px 2px #ccc;
}
.tel {
  color: #1a7798;
  margin-top: 10px;
}
.header__content .time{
  line-height: 1.5;
}
.responsive-nav .menu-item {
  width: 15.5%;
  margin: .5% .5% .5% 0;
  padding-bottom: 0;
}
.responsive-nav .menu-item ul li {
  width: 100%;
  padding: 0;
}
.responsive-nav li ul {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: visibility .5s ease-in, opacity .5s ease-in;
}
.off-canvas-nav-left.off-canvas-nav-open .off-canvas-nav, .off-canvas-nav-left.off-canvas-nav-open .responsive-nav-contents {
  z-index: 1000;
}
#responsive-btn {
  position: relative;
  margin: 0;
  width: 70px;
  margin: 5px 0;
}
.responsive-nav-wrapper #responsive-btn:before {
  content: '\f419';
}
.responsive-nav-wrapper.off-canvas-nav-open #responsive-btn {
  width: 40px;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
  margin-top: 0;
  background: rgba(26, 119, 152, 0.6);
  /*    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;*/
}
.fixed ul.nav {
  position: relative;
  left: 25%;
  background: none;
  padding: 5px;
}



/*==================================================
 * main
 *================================================*/

main .fa, .sidebar .fa {
  color: #1a7798;
}
#text-9 .fa {
  color: #fff;
}
.btn-toku .fa ,.map .fa{
  color: #000;
}
.cat-post-widget h2, .entry__content h2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ededed), color-stop(0.00, #fff));
  background: -webkit-linear-gradient(#fff, #ededed);
  background: -moz-linear-gradient(#fff, #ededed);
  background: -o-linear-gradient(#fff, #ededed);
  background: -ms-linear-gradient(#fff, #ededed);
  background: linear-gradient(#fff, #ededed);
  border: 1px solid #d7d7d7;
  border-bottom: 2px solid #1a7798;
  border-radius: 6px 6px 0 0;
  /*  margin: 0;*/
  padding: 10px 20px;
  text-shadow: 0 1px 0 #fff;
}
.cat-post-widget h2 {
  margin: 0;
}
.cat-post-widget ul {
  background: #fefefe;
  padding: 1em;
  margin-bottom: 10px;
  border: 1px solid #d7d7d7;
  max-height: 275px;
  overflow: scroll;
  border-radius: 0 0 6px 6px;
}
.cat-post-widget ul li {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 5px;
}
.cat-post-widget ul li p {
  margin-bottom: 5px;
}
.post-date a {
  padding-left: 20px;
}
.right-photo {
  width: 50%;
  float: right;
  padding: 0 0 10px 10px;
}
.home .entry__content h3 {
  background: none;
  font-weight: bold;
  color: #333;
  border-radius: 0;
  margin-top: 0;
  padding: 5px 10px;
}
.home .entry__content p {
  padding-right: 0;
  padding-left: 0;
}
.home .entry__content .toku h3 {
  margin-top: -15px;
  margin-bottom: 0;
  padding: 0 0 10px;
  border: 0;
}
.toku h3 span {
  background: #FFF;
  padding: 0 10px;
}
.toku .box {
  margin: 30px 0 10px;
  padding: 0 1em;
  overflow: visible;
}
.toku01 .box {
  border: 4px solid #1a7798;
}
.toku02 .box {
  border: 4px solid #B0E1E6;
}
.toku03 .box {
  border: 4px solid #b0e6d0;
}
.toku04 .box {
  border: 4px solid #ffcc8b;
}
.toku05 .box {    border: 4px solid #4CAF50;
    background: rgba(255, 235, 59, 0.14);
}
.btn-toku {
    width: 220px;
}
.d {
  text-align: center;
}
.btn {
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc;
}
.btn-blue {
  background-color: #1a7798;
  border-color: #1F4F60;
  color: #FFF;
}
.btn-blue:hover {
  background-color: #1F4F60;
  color: #FFF;
}
.btn-bluel {
  background-color: #b0e1e6;
  border-color: #77DCE6;
}
.btn-bluel:hover {
  background-color: #77DCE6;
}
.btn-orange {
  background-color: #ffcc8b;
  border-color: #FFAD44;
  color: #000;
}
.btn-orange:hover {
  background-color: #FFAD44;
}

/*==================================================
 * sidebar
 *================================================*/
.sidebar div:first-of-type {
  border: none !important;
  /*  text-shadow: #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;*/
}
.sidebar-widget {
  font-size: 93%;
  margin: 0 0 20px;
  border: 3px double #ccc;
  /*  text-shadow: #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;*/
}
#text-7 {
  background-color: #ffcc8b;
  padding: .5em .5em 0;
}
#text-7 h2 {
  text-align: center;
}
#text-7 p a {
  background-color: #fff;
  padding: .7em 1em;
  font-size: 1.2em;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  text-decoration: none;
}
#text-7 p a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.widget.widget_tag_cloud, #text-6.sidebar-widget {
  padding: 10px;
  background: #fafafa;
}
.widget.widget_tag_cloud h2, #text-6 h2 {
  background: #1A7798;
  margin: 0 0 10px;
  padding: 5px 10px;
  color: #fff;
}
.widget.widget_tag_cloud a {
  padding: 0.2em 0.5em;
  margin: 0 0.1em 0.2em 0;
  display: inline-block;
  font-size: 12px!important;
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
}
.widget.widget_tag_cloud a:hover {
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  opacity: 0.6;
  color: #fff;
}
.textwidget dt {
  border-bottom: 1px dotted #111;
  margin-bottom: 10px;
}
.textwidget dd {
  padding-left: 1em;
  margin-bottom: 1em;
}
.textwidget dd:last-child {
  margin-bottom: 0;
}
.textwidget dd ul li {
  text-indent: -4px;
}
.textwidget dl {
  margin-bottom: 0;
}

/*==================================================
 * footer
 *================================================*/

.pageTop {
  margin-top: 100px;
}
.footer {
  padding-top: 2em;
  color: #fff;
}
.footer h2 {
  font-weight: normal;
  font-size: 18px;
  background: #1A7798;
  margin: 0 0 10px;
  padding: 5px 10px;
  border: 1px solid #000;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.footer .menu li:before {
  content: "\f138";
  font-family: FontAwesome;
  padding-right: 5px;
  padding-left: 5px;
}
.footer .bg_white p:first-child {
  color: #111;
  font-size: 0.8em;
}
.copyright, .copyright a {
  background-color: #111;
  color: #ccc;
}
.copyright ul, .copyright p {
  margin-bottom: 0;
}
#menu-footer-bottom li {
  display: inline;
  padding-right: 10px;
}
#menu-footer-bottom li:before {
  content: "\f105";
  font-family: FontAwesome;
  padding-right: 5px;
}

/*==================================================
 * archive,page
 *================================================*/

.breadcrumbs a {
  color: #a94442 !important;
}
.breadcrumbs {
  /* position: relative; */
  z-index: 1;
  width: 100%;
  margin: 0 0 2em 0;
  padding: 2px 20px;
  list-style: none outside none;
  border: 1px solid #e0dddd;
  background: #F5F5F5;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, .9) inset;
}
.breadcrumbs:first-child:before {
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 5px;
  content: '\f015';
}
.page-header {
  color: #fff;
  background: url(img/head_pattern.png) left top, url(img/slide01.png) no-repeat left 20%;
  text-align: left;
}
.page-id-31 .page-header {
  background: url(img/head_pattern.png) left top, url(img/slide07.jpg) no-repeat right 11%;
}
.page-id-691 .page-header, #operation .page-header, #complication .page-header, #multifocallens .page-header, #insurance .page-header, .page-id-834 .page-header, .page-id-826 .page-header {
  background: url(img/head_pattern.png) left top, url(img/slide05.png) no-repeat right 50%;
}
#diabetic_retinopathy .page-header, #approach .page-header, #amd .page-header {
  background: url(img/head_pattern.png) left top, url(img/slide06.png) no-repeat right 62%;
}
.page-id-9 .page-header, #facility .page-header, #des .page-header, #myopia .page-header, #pinkeye .page-header, #blepharospasm .page-header, #sty .page-header, #pterygium .page-header, #glaucoma .page-header, #floaters .page-header, #rd .page-header, .page-id-783 .page-header {
  background: url(img/head_pattern.png) left top, url(img/slide02.png) no-repeat right 55%;
}
#contactlens .page-header {
  background: url(img/head_pattern.png) left top, url(img/slide08.png) no-repeat right 62%;
}
.archive .page-header, .category .page-header, .single .page-header {
  background: url(img/head_pattern.png) left top, url(img/slide09.png) no-repeat right 40%;
}
.page-header__title {
  font-size: 28px;
  text-shadow: #333 1px 1px 4px, #333 -1px 1px 4px, #333 1px -1px 4px, #333 -1px -1px 4px;
  margin: 0 0 0 1em;
  font-weight: normal;
  letter-spacing: .1em;
}
.entry__content p {
  letter-spacing: 0.07em;
  padding-right: 1em;
  padding-left: 1em;
  line-height: 1.8;
}
.entry__content h3 {
  background: #1a7798;
  font-weight: normal;
  color: #fff;
  border-radius: 6px;
  margin-top: 40px;
  padding: 5px 20px;
}
.page-id-755 h3 {
  /*margin-top: 0;*/
}
.bg_bluel {
  background: #b0e1e6;
  padding: 1em .5em;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bg_bluel p {
  /*margin-bottom: 0;*/
}
.bg_comment {
  position: relative;
  background: #ffcc8b;
  margin-top: 40px;
  padding: 2em 1em 1em;
  border: 1px solid #999999;
  border-radius: 10px;
}
.bg_comment:after, .bg_comment:before {
  bottom: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bg_comment:after {
  border-color: rgba(240, 240, 240, 0);
  border-bottom-color: #ffcc8b;
  border-width: 30px;
  margin-left: -30px;
}
.bg_comment:before {
  border-color: rgba(153, 153, 153, 0);
  border-bottom-color: #999999;
  border-width: 31px;
  margin-left: -31px;
}
blockquote {
  border-left: 8px solid #ffcc8b;
}
.entry__content blockquote h4 {
  border-bottom: 1px dotted #ccc;
}
.entry__content blockquote h4:before {
  content: "\f0a4";
  font-family: FontAwesome;
  padding-right: 5px;
}
.entry__content blockquote p {
  padding: 0;
}
ul.top {
  padding-left: 10px;
}
ul.top li {
  display: block;
  float: left;
  margin-right: 10px;
}
.qq {
  background: url(img/img_q.png) no-repeat left;
}
.qq p {
  color: #1a7798;
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 50px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.5;
}
.qq_1 {
  background: url(img/medal-one.png) no-repeat left;
}
.qq_1 p {
  color: #1a7798;
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 50px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.5;
}
.qq2 {
  background: url(img/medal-two.png) no-repeat left;
}
.qq2 p {
  color: #1a7798;
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 50px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.5;
}
.qq3 {
  background: url(img/medal-three.png) no-repeat left;
}
.qq3 p {
  color: #1a7798;
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 50px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.5;
}
.aa {
  background: url(img/img_a.png) no-repeat left top;
}
.aa p {
  font-size: 1em;
  padding-left: 50px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dotted;
}
.menu_box ul li {
  padding: 0 6px 10px;
  float: left;
}
.page-template-default ol {
  padding-left: 40px;
  position: relative;
}
.page-template-default ol li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 15px;
}
.page-template-default ol li span {
  position: absolute;
  left: 35px;
  margin: 0;
  color: #1a7798;
  font-weight: bold;
}
.page-template-default li {
  padding-bottom: 5px;
}
.entries .entry--has_media__text {
  background: url(img/fuji.png) no-repeat left top;
}
.author {
  display: none;
}
.incho-name img{
  width: 228px;
  height:64px;
}

.w1 {
    width: 110px;
}
.but_con {
width: 310px;

}
.single .entry__content img ,.page .entry__content img{
    width: auto;
}
/* Staff's comments */

.fon {
    border: 10px solid rgba(23, 148, 189, 0.1);
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 25px;
　　font-size: 18px;

}
.fon > .row .col-sm-7 > p {
padding-top:20px;
}
/* End */
/*==================================================
 * スマホ
 *================================================*/
@media (max-width: 767px) {
  .habakiri-slider__image {
    min-height: auto !important;
}
}
@media only screen and (max-width: 480px) {
.cat-post-widget ul {
  max-height: 200px;
}

  h2, .h2 {
    font-size: 22px;
  }
  .entry__content .boss{
    width: 30%;
  }
  .header__content{
    text-align: center;
  }

.table_ls_fix>tbody>tr>td, .table_ls_fix>tbody>tr>th, .table_ls_fix>tfoot>tr>td, .table_ls_fix>tfoot>tr>th, .table_ls_fix>thead>tr>td, .table_ls_fix>thead>tr>th {
padding:0;
    font-size: 0.65em;
    text-align: center;
    vertical-align: middle;
}
}
/* End */
/*==================================================
 * 20160823_fix
 *================================================*/
  .link_fix2{
text-align: right;margin-bottom: 1rem;margin-top: 1rem;text-decoration: underline;font-size:110%;
  }
.link_fix2:hover,.link_fix2>a:hover{
text-decoration: none;
}
@media (max-width: 767px){
  .link_fix2{
    text-align: left;
  }
}
@media only screen and (max-width: 480px){
  .link_fix2{
    text-align: center;
  }
}

/* End */
/*==================================================*/

h2.inverse-default {
    background: black;
}

.red{color:red;}
.cards{
font-weight:bold;font-size:120%;color:red;border-bottom: dotted 1px red;
}


/*==================================================
 * チャートプラグインcss調整
 *================================================*/
ul#choices li button{
font-size:1.5rem !important;
font-weight:bold;
background-color:#fff!important;
color:#000 !important;
border:2px solid #000;
}
ul#choices li button:hover{
background:#329dd1 !important;
border:none !important;
color:#fff !important;
}
.yesno_q{
border:none !important;
background-color:#f5f5f5 !important;
}
.yesno_q dt{
padding:2rem !important;
}
ul#choices li button #back{
border:2px solid !important;
background-color:#fff !important;
color:#000 !important;
}
@media only screen and (max-width: 480px){
ul#choices li button:hover{
background-color:#fff!important;
color:#000 !important;
border:2px solid #000 !important; 
}
ul#choices li button:active{
background:#329dd1 !important;
border:none !important;
color:#fff !important;
}
}
li #menu-item-2315{
margin-top:8%;
}
span.onday{
color:#188038 !important;
font-weight:bold;
font-size:1.8rem;
}
span.offday{
color:#d93025;
font-weight:bold;
font-size:1.8rem;

}
.sp_mode{
display:none;
}
@media only screen and (max-width: 480px){
.pc_mode{
display:none;
}
.sp_mode{
display:block;
}
}

.headmonshin{
background: #d6723e;
color: #fff;
font-weight: bold;
text-align: center;
}
.monp{
color:#d6723e;
font-weight: bold;
text-align:center;
}

.tjl{
background: #FFD;
}
.rnl{
background: #FDF5E6;
}
.ekl{
background:#F0FFF0;
}
.cll{
background:#FFEEFF;
}

.tsl dl {
margin-left:1em;
  display: flex;
  flex-wrap: wrap;
}
.tsl dl dt {
  width: 8%;
}
.tsl dl dd {
  width: 92%;
}

@media only screen and (max-width: 480px){
.tsl dl dt {
  width: 17%;
}
.tsl dl dd {
  width: 82%;
}
}

/*==================================================
 * モーダルウィンドウ
 *================================================*/

a.modal-btn{
color: #1a7798 !important;
  background-color: #ffec94;
  padding: 0.5em;
}
 
 
.modal-wrapper {
z-index: 999;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 40px 10px;
text-align: center
}
 
.modal-wrapper:not(:target) {
opacity: 0;
visibility: hidden;
transition: opacity .1s, visibility .1s;
}
 
.modal-wrapper:target {
opacity: 1;
visibility: visible;
transition: opacity .2s, visibility .2s;
}
 
.modal-wrapper::after {
display: inline-block;
height: 100%;
margin-left: -.05em;
vertical-align: middle;
content: ""
}
 
.modal-wrapper .modal-window {
box-sizing: border-box;
display: inline-block;
z-index: 20;
position: relative;
width: 70%;
max-width: 90%;
padding: 30px 30px 15px;
border-radius: 2px;
background: #fff;
box-shadow: 0 0 30px rgba(0, 0, 0, .6);
vertical-align: middle
}
 
.modal-wrapper .modal-window .modal-contents {
max-height: 80vh;
overflow-y: auto;
text-align: left
}
 
.modal-overlay {
z-index: 10;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, .8)
}
 
.modal-wrapper .modal-close {
z-index: 20;
position: absolute;
top: 0;
right: 0;
width: 35px;
color: #95979c !important;
font-size: 20px;
font-weight: 700;
line-height: 35px;
text-align: center;
text-decoration: none;
text-indent: 0
}
 
.modal-wrapper .modal-close:hover {
color: #2b2e38 !important
}

.flexbox_sodan{
display:flex;
flex-wrap:wrap;
justify-content: space-between;
}

.sodanbox{
width:47%;
text-align:center;
border:2px solid #1a7798;
padding:20px 10px;
border-radius: 10px;
color:#1a7798;
margin: 0 0 5%;
}
.sodanbox:hover{
border:none;
background: #1a7798;
color:#fff;
}

.sodanbox p:first-child {
margin:0;
font-size:36px;
font-family:"Hiragino","Mincho ProN","ヒラギノ明朝 ProN","Hiragino Mincho Pro","ヒラギノ明朝 Pro",serif;
}
.sodanbox p:nth-child(2){
text-align:left;
font-size:18px;
line-height: 28px;
font-weight: 600;
}

.modal-contents dl {
  display: flex;
  flex-wrap: wrap;
  padding: 3% 0;
}
.modal_border{
border-bottom: 1px solid;
}
.qtit{
font-size: 24px;
}
.qcolor{
color: #1a7798;
}
.acolor{
color: #d6723e;
}
.modal-contents dl dt {
  width: 5%;
  font-size:36px;
  font-family:"Hiragino","Mincho ProN","ヒラギノ明朝 ProN","Hiragino Mincho Pro","ヒラギノ明朝 Pro",serif;

}
.modal-contents dl dd {
  width: 95%;
}
@media only screen and (max-width: 480px){
.modal-wrapper .modal-window{
width: 95%;
max-width: 100%;
}
.modal-contents dl dt {
  width: 100%;
  font-size:25px;
text-align:center;
}
.sodanbox{
width:100%;
}
.sodanbox p:first-child {
font-size:18px;
}
.sodanbox p:first-child {
font-size:24px;
}
.sodanbox p:nth-child(2){
font-size:16px;
line-height: 24px;
}
.qtit{
font-size: 15px;
}
}

.list-styles2 {
font-size: 18px;

}
/*==================================================
 * 2205_ヘッダー　ご予約についてリンク追加_spのみ
 *================================================*/
@media only screen and (max-width: 480px){
.head_yoyaku{
color:#fff;
position: absolute;
margin: 0;
right: 5px;
top: 10px;
border: 1px solid;
padding: 2px 5px;
}
.head_yoyaku a{
color:#fff;
}
}