@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■
　　共通設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ CSS初期設定
------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}
html {
    width:100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
img {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
th, td {
    border: 1px solid #000;
    padding: .5em;
}
.table01 .white {
    background: #fff;
}
ol, ul {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/*------------------------------------------
■ リンク設定
------------------------------------------*/
a img {
    border: none;
}
a {
    color: #0066cc;
    text-decoration: none;
}
a:hover {
}
a:visited {
    color: #993399;
    text-decoration: underline;
}
/*------------------------------------------
■ リンク画像のhover半透明化設定
------------------------------------------*/
a:hover img {
}
/*------------------------------------------
■ float対策
------------------------------------------*/
.fcl {
    zoom: 100%;
}
.fcl:after {
    content: " ";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
/*------------------------------------------
■ 画像回り込み
------------------------------------------*/
.img_left {
    display: block;
    margin: 10px auto;
    text-align: center;
}
.img_lef {
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
}
.img_right {
    display: block;
    margin: 10px auto;
    text-align: center;
}
.img_center {
    display: block;
    margin: 0 auto;
    clear: both;
    text-align: center;
}
.center {
    text-align: center;
}
/*------------------------------------------
■ テキスト装飾
------------------------------------------*/
.txt_bold {
    font-weight: bold;
}
.txt_normal {
    font-weight: normal;
}
.txt_small {
    font-size: 75%;
}
.txt_big {
    font-size: 120%;
}
.txt_right {
    text-align: right;
}
.txt_gray {
    color: #999;
}
.txt_red {
    color: #DE4E25;
}
.txt_orange {
    color: #F8BC2F;
}
.txt_blue {
    color: #0066cc;
}
.txt_green {
    color: #0e6e07;
}
.txt_keycolor {
    color: #f88905;
}
.txt_marker {
    background-color: #FFFF00;
}
.txt_underline {
    border-bottom: #cccccc 1px dotted;
    margin-bottom: 2px;
}
.f18 {
    font-weight: bold;
}
.f20 {
    font-weight: bold;
}
.f24 {
    font-weight: bold;
}
.f28 {
    font-weight: bold;
    font-size: 110%;
}
.f38 {
    font-weight: bold;
    font-size: 115%;
}
.f40 {
    font-weight: bold;
    font-size: 120%;
}
.f48 {
    font-weight: bold;
    font-size: 125%;
}
.room_title {
    background-color: #f88905;
    padding: 5px;
    margin: 5px auto;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
/*------------------------------------------
■ リスト
------------------------------------------*/
ul.list01 {
    margin: 0;
    padding: 0;
}
ul.list01 li {
    list-style: disc;
    margin-left: 1em;
}
/*------------------------------------------
■ margin padding
------------------------------------------*/
.m-t10 {
    margin-top: 10px;
}
.m-t20 {
    margin-top: 20px;
}
.m-t30 {
    margin-top: 30px;
}
.m-t50 {
    margin-top: 50px;
}
.m-t-50 {
    margin-top: -50px !important;
}
.m-b15 {
    margin-bottom: 15px;
}
.m-b30 {
    margin-bottom: 0;
}
.m-0 {
    margin: 0 !important;
}
.m-lr0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.m-r20 {
    margin-right: 20px !important;
}
/*------------------------------------------
■ PC・スマホ切り替え用
------------------------------------------*/
.pc_none {
}
.sp_none {
    display: none !important;
}
.size_s {
    width: 120px;
}
.size_m {
    width: 180px;
}
.size_l {
    width: 220px;
}
.max_w {
    max-width: 100%;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　各コンテンツ　【　基本設定　】
■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------
■ メイン設定
------------------------------------------*/
body {
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Geneva, Arial, Verdana, sans-serif;
    background-color: #fff;
    color: #425066;
    font-size: 14px;
}
#wrap {
    /*スマホメニュー初期は一様の余白調整
    position: relative;
    top: 50px;
    */
    overflow: hidden;
}
.element {
    padding: 0px 0px;
}
#frame {
}
#header {
    display: none;
}
#main {
    width: 96%;
    margin: 0 auto;
}
/*------------------------------------------
■　box
------------------------------------------*/
.pink_box {
    background-color: #ffeae5;
}
.box {
    margin: 0px auto;
    clear: both;
}
.box_bg {
    width: 90%;
    background: #e9f7ff;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px dotted #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.box_border {
    background-color: #ffffff;
    border: 2px solid #f88905;
    margin: 10px auto;
    padding: 15px;
}
.box_dot {
    background-color: #ffffff;
    border: 2px dotted #999;
    margin: 20px auto;
    padding: 10px;
}
.box_01 {
    /*background: #ffffff url("../img/9.png") no-repeat scroll center 0;*/
    background: #fff;
    border: 3px solid #4ba0dd;
    border-radius: 5px;
    /*box-shadow: 3px 3px 3px #cccccc;*/
    margin: 10px auto;
    padding: 5px 10px;
}
.box_01 img {
    max-width: 100%;
}
.box_02 {
    background: url("../img/frame_bottom.jpg"), url("../img/frame_bg.jpg");
    background-position: bottom, top;
    background-repeat: no-repeat, repeat-y;
    background-size: 100% auto;
    margin: 0 auto 30px auto;
    padding: 20px 12px 40px;
}
.box_02 img {
    max-width: 100%;
}
/*------------------------------------------
■contents
------------------------------------------*/
.contents_bg01 {
    background: transparent url("../img/contents_bg_01.png") repeat-x scroll top center;
    padding: 30px 0;
    background-size: 80%;
}
.contents_bg02 {
    background: #f2e3bc;
    padding 30px 0;
    margin: 0;
}
.p_stepTex {
    width: 90%;
    margin: 0 auto 20px;
}
.p_stepTex p {
    margin: 0;
    padding: 0;
    color: #51638e;
}
.p_stepTex02 {
    width: 90%;
    margin: 0 auto;
}
/*------------------------------------------
■　box_a
------------------------------------------*/
.box_a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 10px;
}
.box_a_in {
}
.box_a_bottom {
}
/*------------------------------------------
■　txt_area
------------------------------------------*/
.txt_area {
    margin: 0px auto;
    clear: both;
}
.txt_area_bg {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    margin: 10px auto;
    padding: 10px 15px;
}
.txt_area_border {
    background: #FDFBE2 url("../img/bg01.gif") repeat scroll center 0;
    border: 1px dashed #f88905;
    margin: 10px auto;
    padding: 15px;
}
.p_pointTitle {
    width: 90%;
    padding: 4px 8px;
    border-left: 8px solid #0084a5;
    font-weight: bold;
    margin: 0 auto
}
.p_pointTitle span {
    font-size: 16px;
    font-weight: bold;
}
/*------------------------------------------
■　PR
------------------------------------------*/
.pink_box {
    font-size: 10px;
}
.pink_box .sp_photo01 {
    width: 25%;
    height: auto;
    margin-right: 5px;
    float: left;
}
.pink_box .sp_photo02 {
    width: 70%;
    padding: 15px 0 0 0;
    margin: -5px 0 0 -5px;
    height: auto;
}
/*------------------------------------------
■　reason_box
------------------------------------------*/
.reason_box {
    background-color: #f88905;
    margin: 0 auto;
    padding: 5px;
    color: #fff;
    font-weight: bold;
}
.reason_in {
    background-color: #fff;
    padding: 10px;
    margin: 0 auto;
    color: #333;
    font-weight: normal;
}
.reason_title, .reason_title2, .reason_title3, .reason_title4, .reason_title5 {
    border-bottom: 2px dotted #f88905;
    color: #f88905;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}
/*------------------------------------------
■ h1
------------------------------------------*/
h1 {
    color: #333;
    background: #efeacd;
    border-bottom: 3px solid #a2b444;
    display: block;
    font-size: 10px;
    margin: 0 auto;
    padding: 0;
    height: 20px;
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.2);

}
.h1_txt {
    display: block;
    margin: 0;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.5px;
}
/*------------------------------------------
■ ヘッダーエリア
------------------------------------------*/
#header {
    display: block;
}
#header {
    height: 80px;
}
#header #header_in {
    position: absolute;
    width: 100%;
    height: 80px;
    padding: 0 5px;
    top: 20px;
    text-align: center;
    border-bottom: 3px solid #93c300;
    box-shadow: 0 -3px 3px 0px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: 0 -3px 3px 0px rgba(0,0,0,0.2) inset;
    -webkit-box-shadow: 0 -3px 3px 0px rgba(0,0,0,0.2) inset;
}
#header #header_in h2 {
    font-size: 10px;
    text-align: center;
}
#header.fixed #header_in {
    text-align: center;
    position: fixed;
    top: 0px;
    padding: 0 5px;
    background: #fff;
    border-bottom: 3px solid #93c300;
    box-shadow: 0 -3px 3px 0px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: 0 -3px 3px 0px rgba(0,0,0,0.2) inset;
    -webkit-box-shadow: 0 -3px 3px 0px rgba(0,0,0,0.2) inset;
    height: 90px;
    z-index: 9999;
}
#header_in {
    height: 80px;
}
#header_in .txt_rsv_wrap {
    width: 66%;
    margin: 2px 0;
    font-size: 10px;
    float: right;
    text-align: left;
}
#header_in .txt_rsv {
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background: #f00;
    float: left;
    margin-right: 5px;
}
#header_in .header_tel_number {
    background: transparent url(../img/tel_icon_small.png) no-repeat;
    width: 50%;
    color: #fa9154;
    cursor: default;
    display: block;
    font-size: 20px;
    font-weight:bold;
    line-height: 20px;
    margin-bottom: 2px;
    text-indent: 20px;
    white-space: nowrap;
    background-size: 18px 18px;
    text-align: left;
    position: absolute;
}
.header_logo {
    width: 50%;
    float: left;
    margin: 5px 0 0 0;
}
.header_btn {
    width: 42%;
    float: right;
    margin-top: -12%;
    position: relative;
}
.header_tel {
    clear: both;
    font-size: 16px;
    position: relative;
}
.header_txt {
    display: none;
}
.header_tel_number {
    font-size: 26px;
    line-height: 28px;
}
/*------------------------------------------
■TOP
------------------------------------------*/
#top_bg {
}
#top {
    margin: 0 auto;
    padding: 0px 0 0;
    text-align: left;
}
.top01 {
    padding: 0 5px;
}
.top02 {
    padding: 0 5px;
}
.top03 {
    padding: 0 5px;
}
.top_pc {
    display:none;
}
/*------------------------------------------
■order
------------------------------------------*/
.order {
    background: url(../img/order_bg.jpg) no-repeat;
    background-size: auto auto;
    background-position: top center;
    background-size: auto 100%;

}
.order_in {
    background-color: #fff;
    margin: 0 auto;
    padding: 5px;
}
h3.copy {
    background: #80BD1A;
    color: #FFFFFF;
    font-size: 14px;
    padding: 5px 10px;
}
.order_copy01 {
    border-radius: 0;
    color: #80BD1A;
    font-size: 14px;
    font-weight: bold;
    margin: 10px auto;
    padding: 0;
    text-align: center;
}
.order_copy02 {
    font-size: 14px;
    font-weight: bold;
    line-height: 125%;
    margin: 0 auto 10px;
    text-align: center;
}
.order .order_btm {
    width: 100%;
    padding: 15px 0;
    background: #a2b444;
}

.order .txt_time {
    color: #fff;
    width: 95%;
    margin: 0 auto;
}
/*　▼テキスト▼　*/
.order p.txt_cap {
    font-size: 12px;
    margin-top: 5px;
}
.order p.order_time {
    font-size: 12px;
    line-height: 140%;
}
/*　▼TEL番号エリア▼　*/
.order a.txt_tel {
    background: transparent url(../img/tel_icon_small.png) no-repeat scroll left top;
    background-size: auto 100%;
    color: #fba06c;
    display: block;
    font-size: 30px;
    line-height: 30px;
    text-align: left;
    text-indent: 30px;
    margin: 20px 0 10px 7%;
}
.txt_rsv_wrap {
    width: 100%;
    line-height: 130%;
    padding: 3px 0;
    margin: 10px 0;
    font-size: 12px;
}
.txt_rsv {
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #f00;
    padding: 3px;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/*　▼ボタンエリア▼　*/

.order_mail a {
    border-radius: 10px;
    color: #ffffff;
    display: block;
    font-size: 18px;
    letter-spacing: 0.04em;
    margin: 10px auto;
    padding: 0;
    text-shadow: 1px 1px 1px #7f7f7f;
    width: 96%;
}
.plain {
    white-space: nowrap;
}
.order_logo {
    width: 16%;
    position: absolute;
    left: 5px;
    top: 42%;
}
.order_logo img {
    width: 90%;
}
/*------------------------------------------
■ h4タイトル
（※スマートフォンでは、背景画像を消してテキストタイトルを表示させてください）
------------------------------------------*/
h4.title {
    /*
background-color: #80bd1a;
border-radius: 5px;
*/
    display: block;
    margin: 0 auto;
    width: 100%;
}
/*------------------------------------------
■ サブタイトル装飾（基本値）
------------------------------------------*/
.sub_title_a {
    border-left: 10px solid #80bd1a;
    font-weight: bold;
    line-height: 130%;
    margin: 10px auto 10px;
    padding-left: 10px;
}
.sub_title_b {
    border-bottom: 3px solid #f88905;
    font-weight: bold;
    margin: 10px auto 10px;
    padding: 10px 0;
}
.sub_title_c {
    border-bottom: 1px solid #80bd1a;
    border-left: 10px solid #80bd1a;
    line-height: 130%;
    font-weight: bold;
    margin: 10px auto 10px;
    padding: 0 15px 5px;
}
.sub_title_d {
    background: #80bd1a;
    border-radius: 5px;
    color: #ffffff;
    line-height: 130%;
    margin: 10px auto 10px;
    padding: 10px;
    text-align: center;
}
.sub_title_e {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.09em;
    line-height: 130%;
    margin: 10px auto 10px;
    padding: 5px 0 6px;
}
.sub_title_f {
    background-color: #e8e4bb;
    border-left: 10px solid #80bd1a;
    letter-spacing: 0.09em;
    margin: 10px auto 10px;
    padding: 10px;
}
.sub_title_g {
    background-color: #e3e0d2;
    border-left: 10px solid #7b4c3a;
    letter-spacing: 0.09em;
    margin: 10px auto 10px;
    padding: 10px;
}
.sub_title_h {
    border-bottom: 2px dashed #634609;
    color: #987C31;
    font-size: 16px;
    font-weight: bold;
    line-height: 130%;
    margin: 10px auto 10px;
    padding: 5px 0;
    text-align: center;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　流用コンテンツ　【　良く使うカテゴリ　】
■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------
■ リストのチェックアイコン
------------------------------------------*/
ul {
    list-style: none outside none;
}
ul li.icon_check {
    background: url("../img/icon_check_small.png") no-repeat scroll 0 6px transparent;
    padding: 4px 4px 4px 20px;
}
.icon_check {
    background: url("../img/icon_check_small.png") no-repeat scroll 0 6px transparent;
    padding: 4px 4px 4px 20px;
}
/*------------------------------------------
■ list_box
------------------------------------------*/
.list_box_01, .list_box_02, .list_box_03, .list_box_04, .list_box_05 {
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    margin: 10px auto;
    padding: 10px;
    font-size: 90%;
}
/*------------------------------------------
■ ブロック
------------------------------------------*/
.block_left {
}
.block_right {
}
.room {
    padding: 10px;
}
/*------------------------------------------
■ アクセス
------------------------------------------*/
.map_area {
    font-size: 12px;
    margin: 15px auto;
}
.map_in {
    display: block;
    height: 300px;
    margin: 0 auto;
    width: 90%;
}
/*------------------------------------------
■ テーブル
------------------------------------------*/
.table01 {
    font-size: 70%;
    margin: 10px auto;
    width: 95%;
}
.table01 th {
    background-color: #EFEFEF;
    padding: 5px 5px;
    text-align: left;
    width: 20%;
    border: 1px solid #cccccc;
}
.table01 th.chigai {
    background-color: #EFEFEF;
    padding: 5px 5px;
    text-align: left;
    width: 5%;
    border: 1px solid #cccccc;
}
.table01 td {
    padding: 5px 5px;
    background-color: #FFFFFF;
    border: 1px solid #cccccc;
}
.table01 td.hb {
    background: #e9f7ff;
    width: 20%;
}
.table02 {
    margin: 20px auto;
    width: 100%;
}
.table02 th {
    background-color: #c3c3c3;
    border: 1px solid #cccccc;
    color: #fff;
    padding: 5px;
    text-align: center;
}
.table02 td {
    background-color: #FFFFFF;
    padding: 5px;
    border: 1px solid #CCCCCC;
    font-size: 85%;
}
.table02 td.td_c {
    text-align: center;
}
.table02 td.td_r {
    text-align: right;
}
.table03 {
    font-size: 70%;
    margin: 10px auto;
    width: 100%;
}
.table03 th {
    background-color: #EFEFEF;
    padding: 5px 5px;
    text-align: left;
    width: 30%;
    border: 1px solid #cccccc;
}
.table03 td {
    padding: 5px 5px;
    background-color: #FFFFFF;
    border: 1px solid #cccccc;
}
/*------------------------------------------
■ フォーム部分
------------------------------------------*/
.form p {
    padding:0 5px;
    text-align:left;
}

.form_area {
    margin: 40px auto;
}
/* --フォームテーブルの部分-- */
.table_box {
    border-top: #666666 1px dashed;
    margin: 10px auto;
}
.inq_box {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 20px 0;
    border-bottom: #666666 1px dashed;
    overflow: hidden;
}
.inq_box_title {
    border-left: 8px solid #fa9154;
    display: block;
    font-weight: bold;
    margin: 10px auto 0;
    padding-left: 5px;
}
.inq_box_txt {
    display: block;
    float: left;
    line-height: 140%;
    margin: 0 auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 10px;
}

input, textarea, select {
    font-size: 14px;
    margin: 5px auto;
    padding: 5px;
    width: 95%;
}
input[type=text]:focus, textarea:focus, select:focus {
    outline: 0;
    background-color: #FFFFDD;
}
.inq_box_radio {
    width:100%;
    margin:0 auto;
}
.inq_box_radio input[type=radio] {
    width:10%;
}
/*------------------------------------------
■ フッター
------------------------------------------*/
#footer {
    background: #ff8484;
    display: block;
    text-align: center;
    margin: 10px auto 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.8;
}
.footer_btn {
    background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #dbdbdb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fcfcfc 0%, #dbdbdb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dbdbdb', GradientType=0 ); /* IE6-9 */
    border: 1px solid #E6E6E6;
    box-shadow: 0 1px 2px #CCCCCC;
    text-shadow: 0 1px 0 #EEEEEE;
    color: #000000;
    display: block;
    font-weight: bold;
    padding: 8px 10px;
    text-align: left;
}
#footer a {
    font-size: 12px;
}
.copyright {
    background-color: #efeacd;
    border-top: 7px solid #efeacd;
    color: #333;
    font-size: 10px;
    padding: 5px;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　サブページ設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ サブページ共通
------------------------------------------*/
.sub_page_title {
    background-color: #10ae8d;
    color: #FFFFFF;
    font-weight: bold;
    margin: 10px 0;
    padding: 12px 0 10px;
    text-align: center;
    font-size: 110%;
    background-image: none;
}
#sub_page, #order_page, #privacypolicy, #law, #order_end, .privacypolicy {
    font-size: 14px;
    line-height: 140%;
    margin: 0 auto;
    padding: 10px 0;
}
.sub_page_h {
    border-bottom: 2px solid #4ba0dd;
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 5px 0;
}
/*------------------------------------------------*/


.free_area {
    background-color: #ffffff;
}
.free {
    background: #271a85;
    clear: both;
    margin: 0 auto 0;
    padding: 0;
    text-align: center;
    color: #fff
}
.free_inquiry {
    padding: 0 0 10px;
}
.free_inquiry .order_mds {
    position: absolute;
    top: 55%;
    left: 7%;
    width: 30%;
    height: auto;
}
.free_area_bg_01 {
    background: #fff url(../img/order_bg_01.png) no-repeat;
    width: 95%;
    margin: 3px auto;
    padding-top: 29%;
    padding-bottom: 5px;
    background-size: 100% auto;
    position: relative;
    min-height: 140px;
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.2);
    border-radius: 10px;		/* CSS3草案 */
    -webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
}
.free_area_bg_02 {
    background: #fff url(../img/order_bg_02.png) no-repeat;
    width: 100%;
    /*min-height: 145px;*/
    padding-top: 29%;
    padding-bottom: 5px;
    background-size: contain;
    background-size: 100% auto;
    position: relative;
}
.free_area_bg_03 {
    background: #fff url(../img/order_bg_03.png) no-repeat;
    width: 100%;
    /*min-height: 145px;*/
    padding-top: 29%;
    padding-bottom: 5px;
    background-size: contain;
    background-size: 100% auto;
    position: relative;
}
.free_copy02 {
    background: #a2b444;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    line-height: 120%;
    width: 100%;
    padding:10px 10px 10px 0;
    display: flex;
    align-items: center;
}
.free_copy02 img {
    width: 20%;
    float:left;
}
.order_btn {
    width: 85%;
    margin: 0 auto;
}
.order_btn img {
    width: 100%;
}
.order_left_t {
    width: 90%;
    text-align: left;
    margin: 0 auto;
}
.order_box {
    padding: 0 10px;
}
.txt_tel_read {
    display: none;
    font-size: 10px;
    color: #303030;
}
.txt_tel {
    font-weight: bold;
}
.txt_tel img {
    vertical-align: middle;
    width: 6%;
}
.order_left_t .txt_tel {
    background: url("../img/tel_icon_small.gif") no-repeat 8px 0px;
    background-position: left 35%;
    background-size: 13px 13px;
    padding-left: 15px;
}
/*-------------------------------------------
-------------------------------------------
2017 07
-------------------------------------------
-------------------------------------------*/

/*-------------------------------------------
お悩み
-------------------------------------------*/
#cont01  {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0;
    background-image: url(../img/cont01_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

#cont01 p {
    width: 90%;
    color: #111;
    margin: 20px auto 0;
    font-size: 16px;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#cont01 .cont01_btm {
    font-size: 16px;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    width: 100%;
    margin: 10px 0 0;
    padding:5px 0;
    text-align: center;
    line-height: 160%;
    font-weight: bold;
    background-image: url(../img/cont01_04.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}


/*-------------------------------------------
選ばれる理由
-------------------------------------------*/
#cont02 {
    margin: 0 0 20px 0;
    padding:0 10px;
}
#cont02 .set {
    width: 100%;
    margin: 20px auto 0;
}
#cont02 .set p {
    padding-top: 16px;
}
#cont02 .set .l_photo {
    width: 100%;
    padding: 0 5px;
}
#cont02 .set .r_photo {
    width: 100%;
    padding: 0 5px;
}
#cont02 .set .w50 {
    width: 100%;
}
#cont02 .set .w65 {
    width: 100%;
}
#cont02 .set .indent {
    padding-left: 5.5em;
    text-indent: -5.5em;
}
#cont02 .set ul {
    background: #f5f5f5;
    padding: 10px 20px;
    margin: 5px 0;
    border: 1px solid #999;
}
#cont02 .set ul li {
    line-height: 130%;
    margin-top: 16px;
}
#cont02 .set .point {
    border-left: 7px solid #93c300;
    padding: 0 5px 0 9px;
    color: #93c300;
    font-weight: bold;
}
#cont02 .set .l_box h5 {
    color: #0e6e07;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
#cont02 .mds {
    text-align: center;
    font-size: 16px;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    width: 100%;
    text-align: center;
    line-height: 160%;
    font-weight: bold;
    margin:0 auto 10px;
    padding:0;
}

/*-------------------------------------------
流れ
-------------------------------------------*/

#cont03 {
    margin: 0 0 20px 0;
}

#cont03 .l_box {
    float: left;
    width: 32%;
    text-align:right;
    padding-top:5%;
}
#cont03 .r_box {
    float: left;
    width: 65%;
    padding-left:5px;
}
#cont03 p {
    height: 140px;
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 12px;
    line-height: 130%;

}

/*------------------------------------------
■ Q&A
------------------------------------------*/

#cont04 .faq_q {
    background: transparent url("../img/04_q.png") no-repeat scroll left top;
    padding: 10px 0 0 55px;
    margin: 30px auto 0;
    font-size: 16px;
    font-weight: bold;
    min-height: 49px;
    width:95%;
}
#cont04 .faq_a {
    background: transparent url("../img/04_a.png") no-repeat scroll left top;
    padding: 10px 0 0 55px;
    margin: 0 auto 20px;
    min-height: 49px;
    width:95%;
}
/*------------------------------------------
■ 院紹介
------------------------------------------*/
#cont05 h5 {
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding-left: 8px;
    width: 95%;
    margin: 0 auto;
    border-left: 10px solid #fa9154;
    padding-left: 8px;
}
#cont05 .cmnt {
    width: 90%;
    margin: 0 auto;
}
#cont05 .photo_wrap {
    width: 90%;
    margin: 20px auto 0;
}
#cont05 .photo {
    width: 100%;
    padding: 20px 10px 10px;
    margin: 10px auto;
}
#cont05 .cap {
    font-size: 12px;
    padding-top: 3px;
    line-height: 130%;
    text-align: center;
}
#cont05 h5 .yaku {
    font-size:16px;
}
#cont05 .prf {
    width: 90%;
    margin: 10px auto 0;
    padding: 5px;
    font-size: 12px;
    line-height: 170%;
    background: #f5f5f5;
    border: 2px dotted #999;
}

/*-------------------------------------------
料金
-------------------------------------------*/
#cont07{
    margin:0 0 20px 0;
}

#cont07 dl{
    width: 90%;
    margin:0 auto;
}

#cont07 dt{
    display: block;
    width: 30%;
    clear: left;
    float: left;
    border-left:7px solid #fba06c;
    padding-left:10px;
    margin-bottom:10px;
}

#cont07 dd{
    display: block;
    width: 70%;
    float: left;
    margin-bottom:10px;
    font-weight:bold;
}
#cont07 dd:before { content: '……　'; }
#cont07 p{
    width: 90%;
    margin:0 auto;
}
/*-------------------------------------------
リセット
-------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}