@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

body {
/*    font: 11px/1.9 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
    color: #252525;
    background: #fff;
/*    background-image: url(images/back.jpg);*/
/*    background-image: url(images/p0447_l.jpg);*/
}

.wrap {
    overflow: hidden;
}

a {
    color: #777;
}
a:hover {
    color: #919191; text-decoration:none;
}
a:active, a:focus {
    outline: 0;
}

img {
    border: 0;
}

/*
.clear {
    clear: both;
}
*/


/*******************************
レイアウト
*******************************/
#header, #wrapper, .inner {
    margin: 0 auto;
    width: 940px;
}

#wrapper {
    padding: 20px 0 30px;
}

#main {
    float: left;
    width: 620px;
}

#sidebar {
    float: right;
    width: 300px;
}

#bottom {
    clear: both;
}


/*******************************
/* ヘッダー
*******************************/
header {
    width: 100%;
    /* min-width: 1020px; */
    height: auto;
    background: white;
    position: absolute;
    top: 0;
    z-index: 5;
}

#header h2, #header p {
    position: absolute;
    top: 32px;
}

#header h1 {
    position: absolute;
    top: 23px;
    left: 20px;
}

#header p {
    right: 0;
}


/************************************
/* メインナビゲーション
************************************/
/*
ul #main nav {
    margin: 0 auto;
    width: 940px;
    height: 47px;
    background: url(images/mainnav.png) no-repeat 0 0;
}

ul #main nav li {
    float: left;
    list-style: none;
    width: 188px;
}

ul #main nav a {
    text-indent: -9999px;
    text-decoration: none;
    display: block;
    width: 188px;
    height: 47px;
    font-family: 'Eczar', serif;
}

ul #main nav a #menu {
    background-position: 0 0;
}
ul #main nav a #menu1 {
    background-position: -188px 0;
}
ul #main nav a #menu2 {
    background-position: -376px 0;
}
ul #main nav a #menu3 {
    background-position: -564px 0;
}
ul #main nav a #menu4 {
    background-position: -752px 0;
}

ul #main nav a #menu:hover, ul #main nav li.active a #menu{
    background-position: 0 -47px;
}
ul #main nav a #menu1:hover, ul #main nav li.active a #menu1 {
    background-position: -188px -47px;
}
ul #main nav a #menu2:hover, ul #main nav li.active a #menu2 {
    background-position: -376px -47px;
}
ul #main nav a#menu3:hover, ul #main nav li.active a #menu3 {
    background-position: -564px -47px;
}
ul #main nav a#menu4:hover, ul #main nav li.active a #menu4 {
    background-position: -752px -47px;
}
*/



/*******************************
メイン画像
*******************************/
#main Image {
    margin: 20px auto 20px;
    text-align: center;
}


/*******************************
コンテンツ
*******************************/
#main p {
    margin-bottom: 10px;
}

.readon {
    clear:both;
}

.readon a {
    display: block;
    padding-left: 22px;
    background: url(images/bullet.png) no-repeat 0 50%;
    text-decoration: none;
}

.readon a:hover {
    background-position: 5px 50%;
}

#date {
    text-align: right;
    padding-bottom: 10px;
    font-weight: bold;
    color: #858585;
    font-family: Georgia, "Times New Roman", Times, serif;
}

#next {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

img .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img .alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img .alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

.box_img_border{
    border: 1px solid #cccccc;
    padding: 1px;
    margin: 1px;
}

ul.pagenav {
    width: 620px;
    padding: 20px 0 50px;
}

ul.pagenav li {
    list-style: none;
    float: left;
}

ul.pagenav li a {
    padding: 0 0 0 20px;
    text-decoration: none;
    background: url(images/bullet2.png) no-repeat 0 50%;
}

ul.pagenav li.next {
    float: right;
}

ul.pagenav li.next a {
    padding: 0 22px 0 0;
    background: url(images/bullet.png) no-repeat 100% 50%;
}


/*************
/* 見出し
*************/
#sidebar h3,#bottom h3 {
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    margin: 20px 0 10px 0;
    padding: 5px 0;
    color: #222;
    border-bottom: 2px solid #ececec;
}

#main h2,#main h3 {
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 14px;
    margin: 20px 0 10px 0;
    padding: 5px 0;
    color: #222;
    border-bottom: 2px solid #ececec;
}

/*************
/* サイドバー
*************/
/*
#sidebar ul {
    margin: 0 6px 25px;
}

#sidebar ul li {
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 2px;
    border-bottom: 1px dotted #ccc;
}

#sidebar ul li a {
    display: block;
    padding: 0 5px 0 22px;
    text-decoration: none;
    background: url(images/bullet.png) no-repeat 0 50%;
}

#sidebar ul li a:hover {
    background-position: 5px 50%;
}
*/


/*******************************
/* ボトム
*******************************/
.boxContainer {
    overflow: hidden;
    color: #333;
}

.boxContainer p {
    margin-bottom: 10px;
}

* html .boxContainer {
    height: 1%;
}

#bottom .box {
    font-size: 11px;
    float: left;
    width: 270px;
    margin-right: 20px;
    padding: 18px 15px 5px;
}

#bottom .last {
    margin-right: 0;
}

#bottom .box img {
    float: left;
    padding: 0 10px 0 0;
}


/*******************************
/* フッター
*******************************/
#footer {
    clear: both;
    padding-bottom: 10px;
    text-align: center;
}

.inner {
    position: relative;
}

#footer ul {
    padding: 25px 0 10px;
    text-align: center;}

#footer ul li {
    display: inline;
    padding: 0 5px;
}

#footer ul li a {
    text-decoration: none;
}

#footer p {
    position: absolute;
    right: 0;
    top: 15px;
}

address {
    font-style: normal;
    font-size: 10px;
    margin-top: 20px;
}





/* 修正ここから */
article {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 40px 0 30px;
    font-family: 'Noto Sans JP', sans-serif;
    overflow: hidden;
}

.main {
    width: 980px;
    height: 295px;
    margin: 0 auto;
    overflow: hidden;
}


.index {
    height: auto;
    margin: 0 auto;
    margin: 30px 10px 90px 10px;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
}

.main_text {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
    font-size: 15px;
}

.index ul {
    height: 230px;
    margin: 30px 0 20px 0;
}

.index li {
    margin-bottom: 10px;
    float: left;
    margin: 0 10px 0 10px;
}

.index li:last-child {
    margin-right: 0;
}

.a_more {
    font-size: 24px;
    text-align: right;
    margin-right: 30px;
    margin-bottom: 50px;
    font-family: 'Roboto Slab', serif;
    clear: both;
}

.main02 {
    width: 1180px;
/*    width: 100%;*/
    height: 850px;
    margin: 0 auto;
/*    margin: 0 10px 0 10px;*/
    overflow: hidden;
    margin-top: 40px;
}

.main02 h4 {
    width: 500px;
    font-family: 'Roboto Slab', serif;
    font-size: 35px;
    margin-bottom: 10px;
    height: 56px;
}

.sidebar01 {
    width: 500px;
    height: auto;
    margin: 0 10px 0 0;
    float: left;
    overflow: hidden;
}

.sidebar02 {
    width: 600px;
/*    height: 500px;*/
    float: left;
    margin-left: 30px;
}

.sub_title {
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 2px solid #000;
    margin-bottom: 30px;
}

.banner {
    width: 550px;
    height: 180px;
    margin: 0 auto;
}

.banner a:nth-child(1) {
    margin-right: 45px;
}

.map h3 {
    text-align: center;
}

.map p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.banner1 {
    width: 1260px;
    margin: 0 auto;
    height: 250px;
    margin-top: 40px;
}

.banner1 a {
    width: 420px;
    float: left;
}

.map iframe {
    width: 100%;
}




/* 住所・google map */
#map {
    width: 860px;
    height: auto;
    margin: 0 auto;
}

.map_address {
    width: 380px;
    float: left;
    margin-top: 10px;
    font-family: 'Noto Sans JP', sans-serif;
}

.map_address p {
    font-size: 20px;
    padding: 10px 10px 5px 30px;
    font-weight: 300;
    line-height: 1.3;
}

#map .map_tel {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
    line-height: 1.3;
    padding-top: 0;
    margin-left: 10px;
    font-weight: 400;
    width: 300px;
    height: 70px;
    background: #aed91c;
    color: #fff;
    border-radius: 10px;
}

.map_tel a {
    color: #fff;
}

.footer_wrap {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
}

.footer_wrap .tel {
font-family: 'Roboto Slab', serif;
}

.footer_info a {
font-family: 'Roboto Slab', serif;
}

#mainnav {
/*    width: 100%;*/
    height: 80px;
    position: relative;
/*    bottom: 50px;*/
    margin-left: 10px;
    margin: 0 auto;
/*    background-image: url(images/p0300_l.jpg);*/
}

#mainnav ul {
    width: 1000px;
    height: 80px;
    margin: 0 auto;
/*    background: #fff;*/
}

#mainnav ul li {
    float: left;
/*    width: 14.2%;*/
    height: auto;
}

#mainnav ul li .nav_title {
    font-size: 20px;
    color: #ff0505;
    display: block;
}

#fnav {
    width: 900px;
    height: 60px;
    margin: 0 auto;
}



/* アクセスページ */
.title {
    font-family: 'Roboto Slab', serif;
}

.access-box {
    width: 960px;
    height: auto;
    margin: 40px 0 60px 0;
    overflow: hidden;
}

.access-box h4 {
    font-size: 35px;
    margin-bottom: 15px;
}

.access-box img {
    width: 570px;
    float: left;
}

.access-box table {
    width: 360px;
    border: none;
    float: right;
}

.access-box table tr {
    border-top: 1px solid #d0d0d0;
}

.access-box table tr:nth-child(even) {
/*    background: #dedede;*/
}

.access-box table th {
    width: 90px;
    height: 60px;
}

.access-box iframe {
    clear: both;
    margin: 20px 0 30px 0;
}



/* footer */
.cr {
    text-align: center;
    padding: 20px 0 20px 0;
    background: #efffdf;
    color: #909090;
    letter-spacing: 1.5px;
    font-size: 13px;
}

footer {
    width: 100%;
}

/* 共通フォント */
body {
/*font-family: 'Roboto Slab', serif;*/
    font-family: 'Noto Sans JP', sans-serif;
/*font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}










/*
nav {
    width: 1200px;
    margin-right: 20px;
}
*/

.nav_title {
/*font-family: 'Roboto Slab', serif;*/
    font-weight: 400;
}

header nav {
    position: absolute;
    top: 0;
    right: 0;
    overflow:hidden;
}

header nav ul {
    width: 610px;
    float: right;
    overflow: hidden;
}

header nav ul li {
    float: left;
    text-align: center;
    font-size: 110%;
    margin: 25px 25px 0 0;
}

header nav ul li a {

}

header nav ul li span {
    display: block;
    font-size: 50%;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

.tyokubaijyo-title h3 {
    width: 960px;
    margin: 0 auto;
}

.tyokubaijyo-title p {
    text-align: center;
        margin-bottom: 20px;
}

.tyokubaijyo {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.insta {
    width: 1340px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.recruit {
    width: 100%;
    height: 350px;
    background-image: url(images/p0300_l-2.jpg);
}

.recruit img {
    width: 50%;
/*    height: 100%;*/
    float: left;
}


/* パンくずリスト */
.list {
    width: 1200px;
    margin: 0 auto;
}
.list_text {
    margin: 30px 0 0 30px;
}

.list_text li {
    display: inline;
}

.list_text li a {
    color: #dc768e;
    text-decoration: underline;
}



/* 新着情報ページ */
article section {
    width: 1200px;
/*    padding: 30px;*/
}

.head {
    width: 100%;
    height: auto;
}

.box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.box .leftbar {
    width: 820px;
    height: auto;
    float: left;
/*    margin: 30px 0 0 30px;*/
}

.box .rightbar {
    width: 330px;
    height: auto;
    float: right;
/*    margin: 30px 30px 0 0;*/
}

.leftbar .sub_t {
    width: 812px;
    height: 33px;
    border-bottom: 2px solid #208430;
    border-left: 8px solid #208430;
    color: #208430;
    font-size: 133%;
    font-weight: 500;
    margin: 10px 0 10px 0;
    line-height: 1.4;
}

.leftbar dl {
    width: 820px;
}

.leftbar dl dt {
    width: 170px;
    height: 50px;
    float: left;
}

.leftbar dl dd {
    width: 650px;
    height: 50px;
    float: right;
}

.leftbar dl dt, .leftbar dl dd {
    border-bottom: 1px dotted #208430;
    padding-top: 20px;
}

.leftbar .oshirase, .news .oshirase {
    background: #f2901f;
    color: #fff;
    padding: 2px 0 3px 0;
    font-size: 15px;
}

.leftbar .jyuuyou, .news .jyuuyou {
    background: #e32121;
    color: #fff;
    padding: 2px 0 3px 0;
    font-size: 15px;
}

.leftbar .ibento, .news .ibento {
    background: #ff97cb;
    color: #fff;
    padding: 2px 0 3px 0;
    font-size: 15px;
}

table {
    width: 820px;
    margin: 0 auto;
    border: 1px solid #e2dad0;
}

table tr {
    border-bottom: 1px solid #e2dad0;
}

table th {
    width: 130px;
    padding: 10px 0 10px 20px;
    background: #fff4f6;
    height: 40px;
    vertical-align: middle;
}

table td {
    padding: 10px 0 10px 20px;
    border-left: 1px solid #e2dad0;
    height: 40px;
    vertical-align: middle;
}

.aisatu {
    width: 450px;
    margin-right: 30px;
    float: left;
}

.aisatu img {
    width: 340px;
    float: right;
}

.nousan-top img {
    margin: 30px 36px 30px 0;
}

.nousan-top img:last-child {
    margin-right: 0;
}

.nousakumotu-box1 {
    height: auto;
    margin-bottom: 30px;
}

.nousakumotu-box1 img {
    float: left;
    margin-top: 12px;
}

.nousakumotu-box1 .nousakumotu-p {
    width: 520px;
    float: right;
}

.nousakumotu-box2 {
    margin-top: 30px;
}

.nousakumotu-box2 table {
    float: left;
    width: 260px;
    margin-right: 20px;
}

.nousakumotu-box2 table th {
    width: 50px;
}


.cl-b {
    clear: both;
}

.yoyaku {
    margin-bottom: 20px;
}

.sosikizu {
    width: 723px;
    margin: 0 auto;
    margin-top: 30px;
}

.now {
    color: #f2901f;
}

.kyosai-box {
    width: 820px;
}

.kyosai-box img {
    margin: 20px 7px 10px 11px;
}

.ac-box {
    height: 300px;
    margin-top: 30px;
}

.ac-box img {
    float: left;
    width: 350px;
}

.ac-box table {
    float: left;
    width: 420px;
    height: 263px;
    margin: 0 0 0 50px;
}

.ac-box table th {
    width: 80px;
    height: auto;
    vertical-align: middle;
}

.ac-box table td {
    width: 240px;
    height: auto;
    vertical-align: middle;
}

.shinyo-box {
    width: 820px;
    height: 311px;
    margin-bottom: 30px;
}

.shinyo-box p {
    width: 250px;
    height: 311px;
    border-radius: 10px;
    margin: 0 27px 10px 0;
    border: 2px solid #e2dad0;
    background: #fffcf5;
    float: left;
    box-shadow: 2px 2px 4px gray;
}

.shinyo-box p:last-child {
    margin-right: 0px;
}

.rc p {
    width: 350px;
    float: left;
    margin-top: 15px;
}

.rc-midashi {
    font-size: 20px;
    border-bottom: 1px solid #e2dad0;
    margin-bottom: 15px;
    color: #1e7dff;
}

.leftbar .sheet {
    color: red;
    text-decoration: underline;
}

.tyokin-box {
    width: 740px;
    height: auto;
    margin: 0 27px 10px 0;
    padding: 10px 40px 20px 40px;
}

.tyokin-box p {
    padding: 10px 40px 30px 40px;
}

.line1, .line2, .line3, .line4, .line5 {
    border-bottom: 5px solid #e5e5e5;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 30px;
}

.line1::after, .line2::after, .line3::after, .line4::after, .line5::after {
    content: '';
    display: block;
    height: 5px;
    position: absolute;
    width: 85px;
    bottom: -5px;
    left: 0;
}

.line1::after {
    background-color: #f2901f;
}

.line2::after {
    background-color: #52a8ff;
}

.line3::after {
    background-color: #ff8c7d;
}

.line4::after {
    background-color: #2ea28d;
}

.line5::after {
    background-color: #bf99ff;
}

.access-text {
    width: 820px;
    margin: 0 auto;
}

.access-text p {
    text-align: center;
}

.access-text table {
    width: 420px;
    height: 380px;
    float: left;
    margin-right: 20px;
}

.access-text table tr th {
    width: 100px;
    background: #fff4f6;
}

.access-text table tr td a {
    text-decoration: underline;
}

.shinryou-text {
    width: 1036px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.shinryou-text p {
    text-align: center;
}

.bn {
    margin-top: 15px;
}

.flow-text img {
    width: 450px;
    float: left;
}

.flow-text p {
    width: 350px;
    height: 283px;
    float: left;
    margin-left: 20px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding-top: 30px;
    line-height: 2;
}

.flow-text .step img {
    width: 820px;
}

.menu2 {
    width: 650px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.menu2 .menu-box {
    width: 650px;
    height: 120px;
    border: 1px solid #e2dad0;
    float: left;
    margin: 20px 20px 0 0 ;
}

.acyy {
    width: 820px;
    height: 400px;
    margin: 0 auto;
    background-image: url(images/acyy.jpg);
}

.acyy p {
    padding-top: 230px;
}

.ac-img .gmap {
    width: 420px;
    float: left;
    margin-right: 20px;
}

.mbk {
    color: #f5a100;
}

.mbs {
    color: #8ec31f;
}

.eki {
    color: #ff469c;
}


/* 山の手整骨院 */
.yamanote-main {
    width: 100%;
    height: auto;
    background: #efffdf;
    padding: 20px 0 40px 0;
    margin-bottom: 30px;
}

section {
    width: 1170px;
    margin: 0 auto;
}

.text-c {
    text-align: center;
}

h2 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}

.menu, .menu-day {
    margin-top: 50px;
    height: auto;
    overflow: hidden;
}

.menu-day {
    margin-bottom: 50px;
}

.menu ul li, .menu-day ul li {
    width: 389px;
    height: 630px;
    float: left;
    border-left: 1px solid #8e8e8e;
    display: inline-block;
}

.menu ul li p, .menu-day ul li p {
    padding: 10px 20px 20px 20px;
}

.menu ul li .menu-a, .menu-day ul li .menu-a {
    width: 349px;
    margin: 0 auto;
}

.menu-day ul li{
    background: #fff;
}

.day-main {
    width: 100%;
    height: auto;
    background: #fff7ee;
    padding: 20px 0 40px 0;
    margin-bottom: 30px;
}

.info {
    width: 100%;
    height: auto;
    background: #efffdf;
    padding: 20px 0 40px 0;
    margin-bottom: 30px;
}

.info-day, .access-day, .day-price {
    width: 100%;
    height: auto;
    background: #fff7ee;
    padding: 20px 0 40px 0;
    margin-bottom: 30px;
}

.info table, .info-day table {
    width: 980px;
    background: #fff;
    font-size: 19px;
}

.info table th, .info-day table th {
    width: 200px;
    text-align: center;
    padding: 20px 0 20px 0;
    background: #f0f0f0;
}

.info table td, .info-day table td {
    width: 80px;
    text-align: center;
    padding: 20px 0 20px 0;
}

.sat {
    color: #003aa7;
}

.hol, .sun {
    color: #ff0000;
}

.shinryo {
    width: 980px;
    margin: 0 auto;
}

h3 {
    width: 1170px;
    margin: 0 auto;
    text-align: center;
    font-size: 35px;
    padding: 20px 0 10px 0;
    line-height: 1.3;
    font-weight: 400;
    border-bottom: 1px solid #3b8e74;
    margin-bottom: 30px;
}

.day-3 {
    width: 1170px;
    margin: 0 auto;
    text-align: center;
    font-size: 35px;
    padding: 20px 0 10px 0;
    line-height: 1.3;
    font-weight: 400;
    border-bottom: 1px solid #ff7f01;
    margin-bottom: 30px;
}

.day-midashi {
    font-size: 24px;
    text-align: center;
}

/* アクセスページ */
.access {
    width: 100%;
    height: auto;
    background: #efffdf;
    padding: 20px 0 40px 0;
}

.access table, .access-day table {
    width: 565px;
    height: 450px;
    float: left;
    margin-right: 40px;
}

.access table td, .access-day table td {
    background: #fff;
}

/* ご挨拶ページ */
.greeting {
    width: 100%;
    height: auto;
    background: #efffdf;
    padding: 20px 0 90px 0;
    overflow: hidden;
}

.greeting .intyou-img {
    width: 565px;
    height: 700px;
    margin-right: 40px;
    float: left;
}

.greeting p {
    width: 565px;
    height: 700px;
    float: right;
}

/* 整骨院ページ */
.clinic {
    width: 100%;
    height: auto;
    background: #efffdf;
    padding: 20px 0 90px 0;
    overflow: hidden;
}

.clinic-box p {
    width: 600px;
    float: left;
    margin-right: 40px;
}

.clinic-box img {
    margin-top: 15px;
}

.clinic p {
    margin-bottom: 40px;
    margin-top: 15px;
}

.innai-box {
    width: 1170px;
    margin-bottom: 60px;
}

.innai-box img {
    width: 370px;
    margin-right: 25px;
}

.innai-box img:last-child {
    margin-right: 0;
}

.kiki {
    width: 280px;
    float: left;
    margin-right: 30px;
}

.red {
    color: #ff0000;
}

/* デイサービス */
.day-banner1 {
    width: 420px;
    margin-top: 50px;
    margin-left: 135px;
    margin-right: 30px;
    float: left;
}

.day-banner2 {
    width: 420px;
    margin-top: 50px;
    margin-left: 30px;
    margin-right: 135px;
    float: right;
}

.tokutyou {
    width: 450px;
    float: left;
    margin-right: 40px;
}

.tokutyou-text {
    width: 680px;
    float: right;
}

.media-text {
    text-indent: 60px;
}

.media-text2 {
    width: 1028px;
    margin: 0 auto;
    text-align: right;
}

.media-box1 {
    width: 334px;
    height: 468px;
    float: left;
    margin-left: 50px;
    overflow: hidden;
}

.media-box2 {
    width: 654px;
    height: 468px;
    float: right;
    margin-right: 50px;
    overflow: hidden;
}

.media-box1 a img {
    border: 2px solid #e2dad0;
}

.media-box2 a img {
    border: 2px solid #e2dad0;
}

/* 1日の流れ */
.nagare-box {
    width: 940px;
    margin: 0 auto;
}

.nagare-text {
    width: 450px;
    float: left;
    margin-right: 40px;
}

.nagare {
    width: 450px;
    float: left;

}

/* 料金のご案内 */
.price-box h4 {
    font-size: 30px;
    color: #ff9ba7;
    font-weight: 500;
    margin-bottom: 20px;
}

.price-box {
    width: 800px;
    margin: 0 auto;
}

.price-box table {
    font-size: 18px;
    vertical-align: middle;
    padding: 10px 0 10px 0;
    background: #fff;
}

.price-box table th {
    vertical-align: middle;
    background: #f0f0f0;
}

.price-box table td {
    text-align: center;
    vertical-align: middle;
}

.price-box table .price-1 {
    background: #fff2fa;
}

.price-box1-2 h5 {
    font-size: 25px;
    color: #ff9ba7;
    font-weight: 500;
    margin-bottom: 20px;
}

.price-box1-2 {
    width: 800px;
    margin: 0 auto;
}

.price-box1-2 table {
    font-size: 18px;
    background: #fff;
}

.price-box1-2 table th {
    width: 300px;
}

.price-box1-2 table .price-1 {
    background: #fff2fa;
}

.price-box2 {
    width: 800px;
    margin: 0 auto;
}

.price-box2 {
    font-size: 18px;
    vertical-align: middle;
    padding: 10px 0 10px 0;
}

.price-box2 table {
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0 10px 0;
    background: #fff;
}

.price-box2 table th {
/*    text-align: center;*/
    vertical-align: middle;
    background: #f0f0f0;
}

.price-box2 table td {
    text-align: center;
    vertical-align: middle;
}

.price-box2 h4 {
    font-size: 30px;
    color: #5791ff;
    font-weight: 500;
    margin-bottom: 20px;
}

.price-box2 table .price-1 {
    background: #e1f1fd;
}

.price-box2-2 h5 {
    font-size: 25px;
    color: #5791ff;
    font-weight: 500;
    margin-bottom: 20px;
}

.price-box2-2 {
    width: 800px;
    margin: 0 auto;
}

.price-box2-2 table {
    font-size: 18px;
    background: #fff;
}

.price-box2-2 table th {
    width: 300px;
}

.price-box2-2 table .price-1 {
    background: #e1f1fd;
}
.price-box3 {
    width: 800px;
    margin: 0 auto;
}

.price-box3 h5 {
    font-size: 25px;
    color: #f2901f;
    font-weight: 500;
    margin-bottom: 20px;
}

/* プライバシーポリシー */
h6 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
}









p {
    line-height: 2;
}

.clear {
    clear: both;
    height: 50px;
    margin-bottom: 50px;
}

.clear2 {
    clear: both;
/*    height: 20px;*/
    margin-bottom: 20px;
}

body {
    -webkit-text-size-adjust: 100%;
}






