@charset "utf-8";

/*btn*/
.btn_no_transparent {
    position: relative;
    max-width: 270px;
    width: 100%;
}

.btn_no_transparent:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 25px;
    z-index: 9;
}

.btn_no_transparent .btn {
    margin-top: 0;
}

.basic_layout .btn_col01 .btn,
.basic_layout .btn_col02 .btn,
.basic_layout .btn_col03 .btn {
    margin-top: 0;
}

.btn_col01,
.btn_col02,
.btn_col03 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.btn_col01 .btn {
    width: 100%;
}

.btn_fit.btn_col01 .btn {
    width: auto;
    max-width: 100%;
}

.btn_col02 .btn {
    width: calc(50% - 10px);
}

.btn_col02 .btn {
    margin-left: 20px;
}

.btn_col02 .btn_no_transparent:hover {
    opacity: 1;
}

.btn_col02 .btn_no_transparent a {
    z-index: 11;
    position: relative;
}

.btn_col02 .btn:nth-of-type(2n + 1) {
    margin-left: 0;
}

.btn_col03 .btn {
    width: calc(33.3% - 14px);
}

.btn_col03 .btn {
    margin-left: 20px;
}

.btn_col03 .btn:nth-of-type(3n + 1) {
    margin-left: 0;
}

.btn06 {
    border-radius: 25px;
    padding: 8px 20px 8px 30px;
    background: #f7931e;
    font-size: 1.6rem;
    min-width: 160px;
    text-align: center;
    position: relative;
    z-index: 11;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn06:hover {
    opacity: 0.7;
}

.btn06 span {
    position: relative;
    display: inline-block;
    color: #fff;
    max-width: 100%;
}

.btn06:after,
.btn06:before {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.btn06:after {
    left: 5px;
}

.btn06:before {
    left: 12px;
}

/*header02*/
.header02 {
    border-bottom: 0;
    /*border-bottom: 1px solid #feacb1;*/
}

/*mod_column*/
.mod_column {
    display: flex;
    flex-wrap: wrap;
}

.column_item {
    text-decoration: none;
}



/***********************************************
ここから追加 
***********************************************/




/*pc*/
@media screen and (min-width: 1041px) {
    /*header02*/
    .header02 .nav_li>a {
        padding: 0 25px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 80px;
        position: relative;
        min-width: 100px;
    }
   .header02 .nav_li span, .header02 .list_parent>.nav_li:first-child a {
	color: #23ac38;
    }

    .header02 .nav_li span, .header02 .list_parent>.nav_li:first-child a {
	font-size: 1.1rem;
	padding-top: 3px;
	letter-spacing: 0.1em;
	padding-bottom: 13px;
}
    .header02 .list_parent>.nav_li:first-child a {
	padding-top: 26px;
	min-width: inherit;
}
    .header02 .nav_li {
        /* border-left: 1px solid #e2e2e2; */
    }

    .nav_li.pc_none+.nav_li {
        border-left: 0
    }

    .header02 .header_main_home {
        width: 75px;
    }

    .list_parent>.nav_li strong {
        display: block;
        font-size: 16px;
        color: #6c6c6c;
    }

    .list_parent>.nav_li em {
        font-size: 1.1rem;
        color: #fec3c7;
    }

    .list_parent>.has_child>a:before {
	content: '';
	position: absolute;
	bottom: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	border-bottom: 2px solid #006835;
	border-right: 2px solid #006835;
	width: 9px;
	height: 9px;
	}

    .has_child .sub_menu_block_ttl>em {
        display: none;
    }

    .has_child .sub_menu_block_ttl>strong {
        font-size: 2.8rem;
        color: #fff;
        font-weight: normal;
    }


    
    /***********************************************
    ここから追加 
    ***********************************************/
}

/*pctb*/
@media all and (min-width: 768px) {

    /*header02*/
    .header02 .header_main_home {
        background: #fff;
    }

.header02 .list_parent>.nav_li:first-child a {
	/* min-width: inherit; */
}
    /*mod_column*/
    .column_03 .column_item {
        width: 32%;
        margin-left: 2%;
    }

    .column_03 .column_item:nth-of-type(3n + 1) {
        margin-left: 0;
    }

    .column_04 .column_item {
        width: 23.5%;
        margin-left: 2%;
    }

    .column_04 .column_item:nth-of-type(4n + 1) {
        margin-left: 0;
    }

    .column_04 .column_item:nth-of-type(n + 5) {
        margin-top: 15px;
    }

    /*btn*/
    .btn_left_pc {
        justify-content: start;
    }
    

    /***********************************************
    ここから追加 
    ***********************************************/
}

/*特殊1*/
@media screen and (min-width: 1041px) and (max-width: 1350px) {
    .message_btn .btn06 {
        font-size: 1.2rem;
    }
}

/*特殊2*/
@media screen and (min-width: 768px) and (min-width: 1400px) {

}

/*tbsp*/
@media screen and (max-width: 1040px) {
    .header02 {
        height: 70px;
    }

    .header02 .header02_nav_sp .nav_li>a em {
        display: none;
    }

    .header02 .header02_nav_sp .nav_li>a strong {
        font-weight: normal;
    }

    .header02 .header02_nav_sp .nav_li {
        border-bottom: 1px solid #ffffff;
        cursor: pointer;
        background: #006835;
    }

    /***********************************************
    ここから追加 
    ***********************************************/

}

/*tb*/
@media screen and (min-width: 768px) and (max-width: 1040px) {
    /* header02 */
    .header02 .hm_wrap {
        right: 15px;
        top: 17px;
    } 


    /*ボタン*/
    .btn_col_tb01.btn_col01,
    .btn_col_tb01.btn_col02,
    .btn_col_tb01.btn_col03 {
        flex-direction: column;
        align-items: center;
    }

    .btn_col_tb01.btn_col01 .btn,
    .btn_col_tb01.btn_col02 .btn,
    .btn_col_tb01.btn_col03 .btn {
        width: 100%;
        margin-left: 0;
    }

    /***********************************************
    ここから追加 
    ***********************************************/
}


/*sp*/
@media screen and (max-width: 767px) {
    .header02 {
        height: 49px;
    }
    /*ボタン*/
    .btn_col_sp01.btn_col01,
    .btn_col_sp01.btn_col02,
    .btn_col_sp01.btn_col03 {
        flex-direction: column;
        align-items: center;
    }

    .btn_col_sp01.btn_col01 .btn,
    .btn_col_sp01.btn_col02 .btn,
    .btn_col_sp01.btn_col03 .btn {
        width: 100%;
        margin-left: 0;
    }

    .btn_col_sp01.btn_col02 .btn+.btn,
    .btn_col_sp01.btn_col03 .btn+.btn {
        margin-top: 15px;
    }

    .btn_no_transparent {
        max-width: calc(100vw - 60px);
    }

    .btn06 {
        max-width: none;
        font-size: 1.9rem;
        min-width: auto;
    }

    .btn_fit.btn_col01 .btn {
        width: 100%;
        max-width: calc(100vw - 60px);
    }

    /*mod_column*/
    .column_02_sp .column_item {
        width: 47.5%;
        margin-left: 5%;
    }

    .column_02_sp .column_item:nth-of-type(2n + 1) {
        margin-left: 0;
    }

    .column_02_sp .column_item:nth-of-type(n + 3) {
        margin-top: 4%;
    }

    .column_03_sp .column_item {
        width: 32%;
        margin-left: 2%;
    }

    .column_03_sp .column_item:nth-of-type(3n + 1) {
        margin-left: 0;
    }

}
@charset "utf-8";

/*共通*/

#under .catch, .imglink_box_ttl, .reason_line_text_ttl, h2, h3, h4, h5,.before_footer .list_title {
	font-family: 'M PLUS Rounded 1c', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, "メイリオ", Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	/* font-family: "Sawarabi Mincho","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝","MS PMincho", serif; */
}
/* M PLUS Rounded || Sawarabi Mincho を使うときコメント外す */
.ttl_top_lv02 {
    /* font-weight: normal; */
}

#under .catch {
    margin: 7rem 0 7rem;
    font-size: 2.7rem;
    color: #fe979e;
}

#gpress .header03 {
	position: relative;
}

#gpress .f_bnr_s01,#gpress .f_bnr_s02,
#gpress .f_bnr_s03,#gpress .f_bnr_s04 {
	/*border: 1px solid #d0d0d0;*/
}

.hm_txt {
	color: #006835;
}

/*背景画像系*/
.before_footer_hasbg01:before {
	background: url(../images/f_bg.jpg) center center no-repeat;
	background-size: cover;
}

.before_footer02:before {
	/*background: url(../images/footer_bg01.jpg) center top no-repeat;*/
}

.bg_opactiy:before {
	background: rgba(81, 46, 29, 0.75);
}

.parallax_title .h2box {
	background: rgba(0, 130, 70, 0.6);
}
.table_price td,
.table_price th {
	width: 50%;
}
/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
imglink
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.imglink_box .box:nth-of-type(1):after {
	/*background-image: url(../images/imglink01.jpg); */
}
.imglink_box .box:nth-of-type(2):after {
	/*background-image: url(../images/imglink02.jpg); */
}
.imglink_box .box:nth-of-type(3):after {
	/*background-image: url(../images/imglink03.jpg); */
}
.imglink_box .box:nth-of-type(4):after {
	/*background-image: url(../images/imglink04.jpg); */
}
.imglink_box .box:nth-of-type(5):after {
	/*background-image: url(../images/imglink05.jpg); */
}
.imglink_box .box:nth-of-type(6):after {
	/*background-image: url(../images/imglink06.jpg); */
}
.imglink_box .box:nth-of-type(7):after {
	/*background-image: url(../images/imglink07.jpg); */
}
.imglink_box .box:nth-of-type(8):after {
	/*background-image: url(../images/imglink08.jpg); */
}
.imglink_box .box:nth-of-type(9):after {
	/*background-image: url(../images/imglink09.jpg); */
}
/*.imglink_box.set01 .box,*/
.imglink_box .box {
	min-height: 230px;
}
.imglink_box .box .box_inner {
	height: 100%;
	width: 100%;
	display: block;
	min-height: auto;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mod_setbox
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.mod_setbox .setbox_img { height: 250px; }

.set01 .box:nth-of-type(1) .setbox_img {
	/*background-image: url(../images/top_setimg01.jpg);*/
}
.set01 .box:nth-of-type(2) .setbox_img {
	/*background-image: url(../images/top_setimg02.jpg);*/
}
.set01 .box:nth-of-type(3) .setbox_img {
	/*background-image: url(../images/top_setimg03.jpg);*/
}
.mod_setbox .box {
	background: #e6e6e6;
}
.mod_setbox .setbox_img:before {
	background: rgba(0,0,0,0.43);
}
/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
bg系
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.parallax_bg {
	/*background: url(../images/bg01.jpg) center center no-repeat;*/
}

.img_bg_block.img_bg_block01:before {
	/*background-image: url('../images/top_bg01.jpg');*/
	/*background-size: cover;*/
}


.img_bg_stairs:before {
/*	background-image: url('../images/stairs_bg.png');
	width: 1200px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-position: right bottom;*/
}

.mod_greeting .greeting_wrap {
    /*background: rgba(255,255,255,0.87);*/
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mod_color_box
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.mod_color_box .color_box_item:nth-of-type(1) {
	background: #ccc;
	border: 1px solid #000;
}
.mod_color_box .color_box_item:nth-of-type(1) .color_box_ttl em {
	background: #ace;
}

.mod_color_box .color_box_item:nth-of-type(2) {
	background: #4ac;
	border: 1px solid #caa;
}
.mod_color_box .color_box_item:nth-of-type(2) .color_box_ttl em {
	background: #1ac;
}

.mod_color_box .color_box_item:nth-of-type(3) {
	background: #6ea;
	border: 1px solid #eea;
}
.mod_color_box .color_box_item:nth-of-type(3) .color_box_ttl em {
	background: #78a;
}

.pickup_check_box p:after,
.pickup_check_box p:before {
    background: #ffac43;
}

/*btn*/

.btn_width_auto {
    max-width: inherit !important;
    display: inline-block !important;
    width: auto !important;
}


/*その他の追加変更 ここから*/
.txtf {
	color: #4fae32;
}
.txts {
	font-size: 1.3rem;
}
.rowbox .imgbox img {
	margin-left: auto;
	margin-right: auto;
}
.top_newsarea {
	margin-top: 80px;
}

.top_newsbox {
	width: 31%;
}

.top_newsblock {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

.top_newsarea .tl_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 29px;
}

.top_newsarea .tl_box .ttl_top_lv02 {
	font-size: 2.6rem;
	margin-bottom: 0;
}

.top_newsarea .ttl_top_lv02 span {
	display: inline-block;
	vertical-align: text-top;
	padding-bottom: 0px;
	padding-top: 12px;
	padding-left: 14px;
}

.top_newsarea .news_btn {
	text-decoration: none;
	position: relative;
	padding-right: 16px;
	font-size: 1.4rem;
	line-height: 1.2;
}

.top_newsarea .news_btn:hover {
	text-decoration: underline;
}

.top_newsarea .news_btn:before {
	position: absolute;
	content: "┌";
	top: 50%;
	right: -4px;
	-webkit-transform: translate(0%, -50%) rotate(135deg);
	transform: translate(0%, -50%) rotate(135deg);
}

.top_newsblock .fb-container{
	width: 100%;
	height: 100%;
	}

.top_newsblock>div:last-child {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: stretch;
	position: relative;
}


.top_to {
	background: url(../images/top_to_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 30px 0;
}

.top_to_inner {padding: 40px;position: relative;}

.top_to_inner:before {
	position: absolute;
	content: "";
	background-image: url(../images/top_to_kazari01.png),url(../images/top_to_kazari02.png);
	background-position: left top, right bottom;
	background-size: 328px 228px,328px 228px;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.top_to .ttl_top_lv02 {
	position: relative;
	padding-top: 100px;
}

.top_to .ttl_top_lv02:before {
	position: absolute;
	content: "";
	background: url(../images/tl_icon.png) center center no-repeat;
	background-size: contain;
	width: 77px;
	height: 67px;
	top: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}


.top_to .basic_layout p {
	text-align: center;
	line-height: 2.1;
}

.top_to .btn_area {
	margin-top: 50px;
}

.top_features {
	background: #edfff0;
}

.top_features_block {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: -4%;
}

.top_features_block>li {
	width: 48%;
	position: relative;
	margin-top: 4%;
}

.top_features_block figure {
	width: 45%;
	position: absolute;
	top: 0;
	left: 0;
}

.top_features_block .txt_block {
	position: relative;
	margin: 65px 0 0 38%;
}

.top_features_block .point {
	background: #23ac38;
	color: #fff;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	padding: 3px 0 3px;
	margin-left: auto;
	text-align: center;
	width: 7em;
	position: relative;
}

.top_features_block .point:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-color: #edfff0 transparent transparent transparent;
	left: 0;
	top: 0;
}

.top_features_block dl {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 20px 0 20px 20px;
}

.top_features_block dt {
	color: #006835;
	font-size: 2.1rem;
	padding: 15px 16px 10px;
	border-bottom: 2px solid #23ac38;
	font-family: 'M PLUS Rounded 1c', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, "メイリオ", Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 700;
}

.top_features_block dd {
	padding: 10px 16px 15px;
}

.top_features .btn_area {
	margin-top: 50px;
}

.top_menu_block {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	border-left: 1px solid #fff;
}

.top_menu_block >li {
	width: 25%;
	border: 1px solid #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 240px;
	background: #23ac38;
}

.top_menu_block  a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	color: #fff;
	position: relative;
}

.top_menu_block a:before {
	position: absolute;
	content: "";
	background: url(../images/top_menu_img01.jpg) center center no-repeat;
	background-size: cover;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	transition: 0.5s ease;
}
.top_menu_block01>li:nth-child(2) a:before {
	background-image: url(../images/top_menu_img02.jpg);
}
.top_menu_block01>li:nth-child(3) a:before {
	background-image: url(../images/top_menu_img03.jpg);
}
.top_menu_block01>li:nth-child(4) a:before {
	background-image: url(../images/top_menu_img08.jpg);
}
.top_menu_block02>li:nth-child(1) a:before {
	background-image: url(../images/top_menu_img04.jpg);
}
.top_menu_block02>li:nth-child(2) a:before {
	background-image: url(../images/top_menu_img05.jpg);
}
.top_menu_block02>li:nth-child(3) a:before {
	background-image: url(../images/top_menu_img06.jpg);
}
.top_menu_block02>li:nth-child(4) a:before {
	background-image: url(../images/top_menu_img07.jpg);
}

.top_menu_block  a * {
	position: relative;
}

.top_menu_block .tl {
	font-family: 'M PLUS Rounded 1c', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, "メイリオ", Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 3rem;
	width: 100%;
	padding-bottom: 32px;
	letter-spacing: 0.05em;
	margin-bottom: 25px;
	line-height: 1.4;
}

.top_menu_block .top_menu_br {
	display: none;
}

.top_menu_block .tl:after {
	background: url(../images/top_menu_kazari.png) center bottom no-repeat;
	position: absolute;
	content: "";
	background-size: contain;
	bottom: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 154px;
	height: 28px;
}

.top_menu_block .en {
	font-size: 1rem;
	letter-spacing: 0.2em;
}

/* .top_menu_block.top_menu_block02>li {
	width: 33.333333%;
} */

.top_menu_block a:hover:before {
	opacity: 0.1;
	transition: 0.5s ease;
}

.top_menu_block a:hover {
	opacity: 1;
}
.top_message {
	background: url(../images/top_message_bg_pc.jpg) center top no-repeat;
	background-size: cover;
}

.top_message_inner {
	border: 4px solid #23ac38;
	position: relative;
	background: rgba(237, 255, 240, 0.74);
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding: 45px 40px;
}

.top_message_inner:before {
	position: absolute;
	content: "";
	pointer-events: none;
	border: 4px solid #fff;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.top_message .name {
	font-size: 2.3rem;
}

.top_message .btn_area {
	margin-top: 40px;
}



.top_clinic {
	background: #f8f8f8;
	position: relative;
}


.top_clinic:before {
	background: url(../images/top_clinic_bg.jpg) left center no-repeat;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 98%;
	left: calc(50% - 500px);
	left: calc(50% - 500px);
	background-size: auto 100%;
}
.top_clinic_txt_block {
	width: 53%;
}

.top_clinic .table_underline th {
	color: #23ac38;
	border-color: #ccc;
	width: 23%;
}

.top_clinic .eigyou01 {
	margin-top: 30px;
	margin-bottom: 10px;
}

.top_clinic .table_underline {
	margin-top: 20px;
}

.top_clinic .btn_block {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.top_clinic .btn_block li {
	width: 49%;
}

.top_clinic .btn_block a {
	min-width: inherit;
	width: 100%;
}
.f_bnrarea {
	margin: 60px 0 !important;
}

.f_bnrarea_block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.f_bnrarea_block li {
	width: 36%;
}

.f_bnrarea_block li+li {
	margin-left: 6%;
}

.otoiawase {
	background: #eefef1;
	position: relative;
}

.otoiawase:before {
	position: absolute;
	content: "";
	background: url(../images/otoiawase_bg.jpg) left top no-repeat;
	left: 38%;
	top: 0;
	background-size: contain;
	width: 100%;
	height: 100%;
}

.otoiawase .tl {
	font-family: 'M PLUS Rounded 1c', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, "メイリオ", Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 3.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	line-height: 1.4;
}

.top_otoiawase_inner {
	text-align: center;
	margin-right: auto;
	margin-left: 0;
	width: 60%;
}

.otoiawase .tel_block {
	margin-top: 25px;
	width: 53.4%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}
/*****************************
------------------------------
@media
------------------------------
*****************************/

/*pc*/
@media screen and (min-width: 1041px)  {

	/*____________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	header02
	______________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.header02 .header_main h1 {
		width: 209px;
		margin-top: 23px;
		margin-left: 25px;
	}
	.header02 .sub_menu_block {
		border-top: 1px solid #fff;
	}

	.header02 .header_info_other {
		width: 251px;
	}

	.header02 .nav_li {
		max-height: 100px;
	}
	.header02 .nav_li:first-child {
		background: url(../images/h_home.png) center 26px no-repeat;
	}

	.header02 .nav_li > a {
		height: 100px;
	}


	.header02 .header_main_home {
		width: 100px;
	}
	.header02 .header_info_other_mini {
		margin-right: 150px;
	}
	/*____________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	vertical_ttl
	______________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

	.vertical_ttl {
		font-size: 1.6vw;
	}

	/*____________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	img_bg_greeting
	______________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.img_bg_block.img_bg_greeting:before {
		background-size: 2000px;
	}

	/*その他の追加変更 ここから*/

}

/*pctb*/
@media all and (min-width: 768px)  {
	.bnr_col03 .mod_bnr_box {
		width: 30%;
	}

	/*____________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	header01
	______________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.header01 h1 {
		width: 285px;
		float: left;
		margin-top: 16px;
	}

	.header01 .logo_center h1 {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.header01 .h_bnr {
		width: 190px;
		margin-right: 20px;
	}

	.header01 .h_info {
		width: 490px;
	}

	.header01 .has_child > .sub_menu_block > .sub_menu > .nav_li_child:hover > a {
		background: #81c9e2;
	}

	.header01 .nav_li.has_child > .sub_menu_block > .sub_menu > .nav_li_child:first-of-type:before {
		top: -11px;
		border-width: 0 11px 11px 11px;
	}

	.header01 .has_child:hover > .sub_menu_block {
		border: 0;
	}

	/*____________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	header02
	______________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

	.header02 .info_forth {
		border-top: 1px solid #fff;
		display: block;
	}

	.header02 .header_info_first {
		background: #99958d;
	}

	.header02 .header_info_second {
		background: #b3b0aa;
	}

	.header02 .header_info_big {
		background: #3990ad;
	}
	.header02 .info_forth {
		background: #207c9a
	}

	/*____________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	header03
	______________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

	.header03 .header_main {
		width: 216px;
		padding: 0;
	}

	/*____________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	mod_sidebg
	______________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

	.mod_side_bg:before {
		/*background-image: url(../images/side_bg01.png);*/
		background-position: right -390px center;
		background-size: cover;
	}

	.side_bg_box {
		width: 68%;
	    padding: 40px;
	    background: rgba(255,255,255, 0.7);
	}

	#fixed_side .contact {
		background: #acaacc;
	}

	#fixed_side .tel {
		background: #a43a35;
	}

	/*____________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	キャッチ
	______________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	#under .catch {
	    font-size: 2.3rem;
	    color: #006835;
	}

	/*____________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	img_bg_greeting
	______________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.img_bg_block.img_bg_greeting .img_bg_box {
		width: 60%;
	}

	/*その他の追加変更 ここから*/
    .bnr_col04, .bnr_col03, .bnr_col02 {
    	padding: 1px 0;
    }
}



/*2000px 以上*/
@media screen and (min-width: 2000px)  {
	.img_bg_block.img_bg_greeting:before {
		background-size: cover;
	}
	/*その他の追加変更 ここから*/
}

/*特殊*/
@media screen and (max-width: 1300px) and (min-width: 1041px) {
	.header03 {
		padding: 0 15px;
	}
	.header03 .nav_li > a {
		font-size: 1.4rem;
	}
	.header03 .header_main {
		width: 140px;
		padding: 10px 0;
	}

	.header03 .header_info_other {
	    right: 15px;
	    width: 150px;
	}

	.header03 nav {
	    margin-right: 155px;
	}

	.header03 .nav_li > a {
	    padding: 15px 10px;
	}

	.header03 .nav_li:first-of-type > a {
	    padding: 15px 10px 15px 0;
	}

	.header03 .nav_li:not(:last-of-type) > a:before {
	    top: 19px;
	}

	.header03 .has_child:before,
	.header03 .has_child:after {
		bottom: 8px;
	}

	.header03 .sub_menu_block {
	    width: 160px;
	    margin-left: -80px;
	}

	/*その他の追加変更 ここから*/
}

@media screen and (max-width: 1250px) and (min-width: 1041px) {


	/*その他の追加変更 ここから*/

}
@media screen and (max-width: 1250px) and (min-width: 768px) {

.top_menu_block .top_menu_br {
	display: block;
}
}
/*tbsp*/

@media screen and (max-width: 1040px) {
	/*____________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	header03
	______________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.header03 {
		height: 50px;
	}
	.header03 .header_main h1 {
		width: 170px;
		margin-top: 8px;
		margin-left: 10px;
	}

	.header03 .header03_nav_sp .list_parent {
	    border-top: 1px solid #6fcdec;
	}

	.header03 .header03_nav_sp .nav_li {
		background: #3990ad;
		border-bottom: 1px solid #6fcdec;
	}

	.header03 .header03_nav_sp .has_child > a:before {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.header03 .header03_nav_sp .nav_li > a {
		color: #fff;
	}

	#under .catch {
		margin: 5rem 0 5rem;
		font-size: 2.5rem;
	}

	/*その他の追加変更 ここから*/
}


/*tb*/
@media screen and (min-width: 768px) and (max-width: 1040px) {
	/*____________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	header01
	______________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.header01 h1 {
		width: 190px;
		margin-right: 0;
		margin-left: 10px;
	}

	.header01 .h_bnr {
		width: 145px;
		margin-right: 11px;
	}

	.header01 .h_info {
		width: 470px;
	}
	/*____________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	header02
	______________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.header02 .header_main_home {
		width: 70px;
	}
	.header02 .header_info_big {
		width: 105px;
	}

	.header02 .header_info_other {
		width: 176px;
		overflow: hidden;
		height: 70px;
	}
	.header02 .header_info_other_mini {
	    margin-right: 106px;
	}

	/*____________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	header02
	______________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.img_bg_block.img_bg_greeting:before {
		background-size: 200% auto;
	}

	/*その他の追加変更 ここから*/
.top_newsarea {
	margin-top: 40px;
}

.full+.full, .inner_sp +.full, .inner+.full, .inner+.inner, .inner+.inner_sp, .inner_sp+.inner {
	margin-top: 40px;
	margin-bottom: 40px;
}

.img_bg_block {
	padding: 40px 0;
}



.top_message_inner {
	width: 60%;
	padding: 30px 20px;
}

.top_message .btn_area {
	margin-top: 20px;
}

.top_clinic:before {
	left: 0;
	background-size: cover;
}

.top_clinic_txt_block {
	width: 70%;
}
}

@media screen and (max-width: 1040px) and (min-width: 890px) {
.top_message_inner {
	width: 40%;
}
}
@media screen and (max-width: 889px) and (min-width: 830px) {
.top_message_inner {
	width: 53%;
}
}
@media screen and (max-width: 829px) and (min-width: 810px) {
.top_message_inner {
	width: 52%;
}
}
/*sp*/
@media screen and (max-width: 767px) {

	/*____________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	header01
	______________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.header01 {
		height: 49px;
	}
	.header01.sp_header_big {
		height: 60px;
	}

	.header01 h1 {
		width: 120px;
		padding-top: 4px;
	}

	.logo_center h1 {
		width: 180px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 8px;
	}

	/*____________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	header02
	______________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.header02 {
		height: 49px;
	}
	.header02 .header_main h1 {
		width: 146px;
		margin-top: 7px;
		margin-left: 10px;
	}

	.header02 .header02_nav_sp .nav_li {
		background: #006835;
		border-bottom: 1px solid #ffffff;
	}

	.header02 .header02_nav_sp .has_child > a:before {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.header02 .header02_nav_sp .nav_li > a {
		color: #fff;
	}

.header02 .header02_nav_sp .nav_li > a span {
	display: none;
}

	.header02 .header02_nav_sp .has_child > .sub_menu_block {
		background: #4fae32;
	}

	/*____________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	fixed_footer
	______________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.fixed_footer .contact {
		background: #3d8eff;
	}

	.fixed_footer .tel {
		background: #006835;
	}

	.mod_bnr_box img {
	    width: 300px;
	}

	.news_box a {
		display: inline;
	}

	/*その他の追加変更 ここから*/
.top_newsbox {
	width: 100%;
	margin-top: 30px;
}

.top_newsarea {
	margin-top: 0;
}

.top_newsarea .ttl_top_lv02 span {
	padding-top: 8px;
}
.top_to_inner {
	padding: 20px 0px;
}

.top_to_inner:before {
	background-size: 164px 114px,164px 114px;
}

.top_to .ttl_top_lv02:before {
	width: 40px;
}

.top_to .ttl_top_lv02 {
	padding-top: 70px;
}

.top_to .basic_layout p {
	text-align: left;
	line-height: 1.8;
}

.top_to .btn_area {
	margin-top: 20px;
}

.top_features_block>li {
	width: 100%;
	margin-top: 20px;
}

.top_features_block figure {
	top: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 45vw;
}

.top_features_block .txt_block {
	margin: 29vw 0 0 0;
}

.top_features_block .point {
	padding-left: 3px;
}


.top_features_block {
	margin-top: -20px;
}

.top_features .btn_area {
	margin-top: 20px;
}

.top_menu_block >li {
	width: 100% !important;
	height: 130px;
}

.top_menu_block .tl:after {
	width: 110px;
}

.top_menu_block .tl {
	margin-bottom: 10px;
	padding-bottom: 23px;
}

.top_menu_block .en {
	padding-bottom: 5px;
}

.top_message {
	position: relative;
	background: no-repeat;
	background: rgba(237, 255, 240, 0.74);
}

.top_message_inner:before {
	background: url(../images/top_message_bg_sp.jpg) center bottom no-repeat;
	background-size: contain;
	border: none;
	top: inherit;
	bottom: 0;
}

.top_message_inner {
	border: none;
	width: 100%;
	background: none;
	padding: 0 0 63vw 0;
}

.top_message .btn_area {
	margin-top: 20px;
}

.top_clinic_txt_block {
	width: 100%;
}

.top_clinic .table_underline th {
	width: 6em;
}

.f_bnrarea {
	margin: 30px 0 30px 0 !important;
}

.f_bnrarea_block li {
	width: 100%;
}

.f_bnrarea_block li+li {
	margin-left: 0;
	margin-top: 20px;
}

.top_otoiawase_inner {
	width: 100%;
}

.otoiawase .tl {
	font-size: 3rem;
}

.top_otoiawase_inner .txt {
	text-align: left;
}

.otoiawase .tel_block {
	max-width: inherit;
	width: 100%;
	max-width: 640px;
}

.table_flat th {
	width: 70px;
	font-size: 1.5rem;
}
.top_newsblock .fb-container {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.top_clinic:before {
	left: inherit;
	right: 0;
	background-size: cover;
}

}