@charset "utf-8";
/*全ページ共通*/
*, *:before, *:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/*html*/
html {
    font-size: 62.5%;
}
/*body*/
body {
    background-color: #FFFFFF;
    color: #333333;
    font-size: 1.6rem;
    font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
body a {
    text-decoration-line: none;
    color: #F29600;
}
body a:hover {
    color: #FFC971;
    text-decoration: none;
}
img {
    max-width: 100%;
    hight: auto;
}
h1 {
    text-align: center;
    font-size: 3.6rem;
    color: #F29600;
}
h2 {
    clear: both;
    margin: 40px 0 20px;
    font-size: 2.2rem;
    position: relative;
    padding: 0.5em;
    background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px, #ffe4b1 3px, #ffe4b1 8px);
    background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px, #ffe4b1 3px, #ffe4b1 8px);
    border-radius: 10px;
}
h2:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #ffebbe;
    width: 0;
    height: 0;
}
h3 {
    color: #F29600;
    font-size: 2.8rem;
    margin: 5px 0;
}
h4 {
    font-size: 1.6rem;
    text-align: right;
    margin: 15px 0;
    line-height: 1.7;
}
h5 {
 font-size: 1.6rem;
	margin: 15px 0;
  padding: 1rem 2rem;
  border-left: 5px solid #F29600;
  background: #fff5df;
}
p {
    margin: 10px;
    font-size: 0.9em;
}
/*グローバルナビ*/
.cp_offcm02 ol, ul {
    list-style: none;
}
.cp_offcm02 ol, ul {
    list-style: none;
}
.cp_offcm02 a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
	font-size: 75%;
}
.cp_cont {
    height: 150px;
}
/*グローバルナビmenu*/
.cp_offcm02 {
    position: relative;
    z-index: 9;
    left: 0;
    visibility: visible;
    overflow: auto;
    width: 100%;
    height: auto;
    padding-top: 0;
    text-align: center;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: hidden;
}
.cp_offcm02 nav {
    background: #F29600;
    border-radius: 7px;
}
.cp_offcm02 nav, .cp_offcm02 ul {
    height: 100%;
}
.cp_offcm02 li {
    display: inline-block;
    margin-right: -8px;
    border: none;
    color: #ffffff;
}
.cp_offcm02 a {
    display: block;
    padding: 20px 10px 20px 10px;
    -webkit-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
}
.cp_offcm02 a:hover {
    color: #F29600;
    background-color: #FFC971;
}
/*グローバルナビ menu toggle */
#cp_toggle02 {
    display: none;
}
.cp_mobilebar {
    display: none;
}
/*グローバルナビ content */
.cp_container {
    position: relative;
    top: 0px;
    margin-top: 0;
    padding: 30px auto;
    -webkit-transition: transform .3s ease-in;
    transition: transform .3s ease-in;
}
.cp_content {
    margin: 0 auto;
    padding: 20px;
    height: 65vh;
    text-align: center;
}
/*グローバルナビここまで*/
/*TOPへ戻る*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #F29600;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #FFC971;
}
/*header*/
header {
    width: 100%;
    height: 100%;
    border-top: 4px solid #E99214;
    color: #535353;
}
#head {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
}
/*最上部記述*/
.headTop {
    background-color: #F29600;
    color: #FFF;
}
.top2 {
    clear: both;
    display: none;
}
/*ヘッダーロゴ*/
.topLogo {
    margin: 0 0 20px;
}
.headerLogo {
    float: left;
    margin: 0 0 20px;
}
/*ヘッダーTEL*/
.headerTel {
    float: right;
    font-size: 5.5rem;
    font-weight: bold;
    margin: 0 0 20px;
}
.headerTel a {
    text-decoration: none;
}
.headerTel a:hover {
    text-decoration: none;
}


/*main*/
main {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
}
/*メニューボタン*/
a.btn {
    margin: 0 0 5px;
    display: block;
    width: 470px;
    max-width: 100%;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    color: #333333;
    border: 2px solid #FFC971;
    border-radius: 3px;
    transition: .4s;
}
a.btn:hover {
    background: #F29600;
    color: #fff;
}
/*質問メニュー*/
.left {
    float: left;
    margin-bottom: 30px;
}
.right {
    float: right;
    margin-bottom: 30px;
}

/*動画*/
.movie {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/*box*/
#first {
    clear: both;
    margin: 20px 0;
}
.box1 {
    background-color: #ffe4b1;
    padding: 30px;
    border-radius: 20px;
    line-height: 1.4;
    overflow: hidden;
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}
.box2 {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    line-height: 1.4;
    overflow: hidden;
    width: 900px;
    margin: 0 auto;
}
.voice_link {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    line-height: 1.4;
    overflow: hidden;
    width: 900px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 20px;
}
/*その他本文指示等*/
.a2 {
    clear: both;
}
.a3 {
    float: left;
    margin-bottom: 10px;
}
.a4 {
    clear: both;
}
.a6 {
    clear: both;
}
.about_a1 {
    float: left;
    margin-bottom: 10px;
}
.about_a5 {
    float: left;
    margin-bottom: 10px;
}
.diagnosis {
    width: 960px;
    max-width: 100%;
    margin: 0 auto 20px;
}
.other {
    width: 960px;
    max-width: 100%;
    margin: 0 auto 20px;
}
.about {
    width: 960px;
    max-width: 100%;
    margin: 0 auto 20px;
}
.news {
    width: 960px;
    max-width: 100%;
    margin: 0 auto 20px;
}
.news2 {
    width: 960px;
    max-width: 100%;
    margin: 0 auto 20px;
}
.voice_top {
    width: 960px;
    max-width: 100%;
    margin: 0 auto 20px;
}

.noline {
	color: #5AFF19;
	text-decoration: underline;
}

.noline:hover {
	color: #5AFF19;
}

/*画像指示諸々*/
.image1 {
    margin-top: 20px;
    float: right;
}
.image2 {
    margin-right: 10px;
}
.image3 {
    margin-right: 10px;
}
.image4 {
    float: right;
}
.image5 {
    float: right;
}
.image6 {
    float: right;
}
/*院内画像*/
.content {
    width: 960px;
    margin: 50px auto 50px;
    text-align:center;
}
/*map*/
.map {
    height: 0;
    overflow: hidden;
    padding-bottom: 26.04%;
    position: relative;
}
.map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.map1 {
    height: 0;
    overflow: hidden;
    padding-bottom: 26.04%;
    position: relative;
}
.map1 iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
/*footer部分*/
footer {
    clear: both;
    width: 960px;
    max-width: 100%;
    margin: 40px auto 0;
}
.footerLogo {
    float: left;
}
.footerLogo span {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    color: #595857;
}
.time {
    float: right;
}
/*コピーライト*/
small {
    width: 100%;
    clear: both;
    text-align: center;
    display: block;
    margin-bottom: 40px;
    margin-top: 40px;
}

/*横幅901px以上1175px以下の時*/
@media screen and (min-width:901px) and (max-width:1175px) {
#head {
    padding: 0 10px;
    width: auto;
    margin: 0 auto;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 2rem;
}
h4 {
    font-size: 1.4rem;
}
.top {
    display: none;
}
.top2 {
    clear: both;
    display: block;
}
.top2 h4 {
    text-align: center;
}
/*ヘッダーロゴ*/
.headerLogo {
    float: none;
    text-align: center;
    margin: 30px 0 0;
}
/*ヘッダーTEL*/
.headerTel {
    float: none;
    font-size: 4.5rem;
    text-align: center;
    font-weight: bold;
    margin: 10px;
}
/*グローバルナビ*/
.cp_cont {
    height: 60px;
}
/*グローバルナビmenu*/
.cp_offcm02 li {
    display: inline-block;
    margin-right: -1px;
	    margin-left: -1px;
    border: none;
    color: #ffffff;
}
.cp_offcm02 a {
    display: block;
    padding: 15px 10px;
    -webkit-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
}
/*グローバルナビここまで*/
    /*質問メニュー*/
.left {
    float: none;
}
.right {
    float: none;
    margin: -25px auto 0;
}
.diagnosis {
    padding: 0 10px;
}
.other {
    padding: 0 10px;
}
.about {
    padding: 0 10px;
}
.news {
    padding: 0 10px;
}
.voice_top {
    padding: 0 10px;
}
    
/*メニューボタン*/
a.btn {
    margin: 0 0 5px;
    display: block;
    width: 960px;
    max-width: 100%;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    color: #333333;
    border: 2px solid #FFC971;
    border-radius: 3px;
    transition: .4s;
}
a.btn:hover {
    background: #F29600;
    color: #fff;
}
/*box*/
.box1 {
    max-width: 90%;
}
.box2 {
    max-width: 90%;
}
/*院内画像*/
.content {
    width: auto;
    padding: 0 10px;
}
/*map*/
.map {
    height: 0;
    overflow: hidden;
    padding-bottom: 32.5%;
    position: relative;
}
/*footer部分*/
footer {
    clear: both;
    width: auto;
    margin: 40px 10px 0;
}
.footerLogo {
    float: none;
    text-align: center;
}
.footerLogo span p {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    color: #595857;
}
.time {
    float: none;
    text-align: center;
}
/*コピーライト*/
small {
    clear: both;
    text-align: center;
    display: block;
    margin-bottom: 40px;
}
}

/*横幅900px以下の時（スマホ）*/
@media screen and (max-width:900px) {
body {
    font-size: 1.5rem;
}
#head {
    padding: 0 10px;
    width: auto;
    margin: 0 auto;
}
h2 {
    font-size: 1.8rem;
}
h3 {
    font-size: 1.8rem;
}
h4 {
    font-size: 1.2rem;
}
.top {
    display: none;
}
.top2 {
    clear: both;
    display: block;
}
.top2 h4 {
    text-align: center;
}
/*ヘッダーロゴ*/
.headerLogo {
    float: none;
    text-align: center;
    margin: 25px 0 0;
}
/*ヘッダーTEL*/
.headerTel {
    float: none;
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
}
/*グローバルナビ*/
.cp_cont {
	font-size: small;
    height: 50px;
    overflow: hidden;
}
/*グローバルナビmenu*/
.cp_offcm02 li {
    display: inline-block;
    margin-right: -18px;
    border: none;
    color: #ffffff;
}
.cp_offcm02 a {
    display: block;
    padding: 10px 18px;
    -webkit-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
}
/*グローバルナビここまで*/
        /*質問メニュー*/
.left {
    float: none;
}
.right {
    float: none;
    margin: -25px auto 0;
}
.diagnosis {
    padding: 0 10px;
}
.other {
    padding: 0 10px;
}
.about {
    padding: 0 10px;
}
.news {
    padding: 0 10px;
}
.voice_top {
    padding: 0 10px;
}
    
/*メニューボタン*/
a.btn {
    margin: 0 0 5px;
    display: block;
    width: 767px;
    max-width: 100%;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    color: #333333;
    border: 2px solid #FFC971;
    border-radius: 3px;
    transition: .4s;
}
a.btn:hover {
    background: #F29600;
    color: #fff;
}
/*box*/
.box1 {
    max-width: 90%;
}
.box2 {
    max-width: 90%;
}
/*画像指示諸々*/
.image1 {
    display: none;
}
.image4 {
    display: none;
}
.image5 {
    display: none;
}
.image6 {
    display: none;
}
/*院内画像*/
.content {
    width: auto;
    padding: 0 10px;
}
/*map*/
.map {
    height: 0;
    overflow: hidden;
    padding-bottom: 53.3%;
    position: relative;
}
/*footer部分*/
footer {
    clear: both;
    width: auto;
    margin: 40px 10px 0;
}
.footerLogo {
    float: none;
    text-align: center;
}
.footerLogo span p {
    font-size: 0.7em;
    font-weight: bold;
    line-height: 1.5;
    color: #595857;
}
.time {
    float: none;
    text-align: center;
}
/*swiper*/
    .swiper-container {
  width: 100%;
  height: 100%;
}
    .swiper-container img {
	text-align:center;
}
/*コピーライト*/
small {
    clear: both;
    text-align: center;
    display: block;
    margin-bottom: 40px;
}
}

@media screen and (max-width:769px) {
/*グローバルナビ*/
.cp_cont {
    height: 80px;
}
}

@media screen and (max-width:404px) {
/*グローバルナビ*/
.cp_cont {
    height: 120px;
}
}