@charset "utf-8";
/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */

body {
    background-color: #F2DBCE;
}
/* Header
---------------------------------------------------------------*/
@media screen and (max-width:960px){

body {
	font-size: 16px;
    margin: auto;
    line-height: 150%;
}

body.fixed {
	overflow: hidden;
}

img {
	max-width: 100% !important;
	height: auto;
	width /***/:auto;
	margin-left:auto;
	margin-right:auto;
}

.content h4 {
	margin-right: 10px;
}

#main_bg {
    background-image: url(../img/main_img_01.jpg);
    background-repeat: no-repeat;
    background-position: right;
    min-height: 70vh;
    background-size: cover;
    text-align: center;
}
    
header h1 {
    margin: 20px 10px;
}

#index_top {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}
    
#index_top_02 {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}


#top_catch {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 200px;
}

.top_catch div img {
    width: 100%;
}

/*
ヘッダー
-------------------------------------------*/

header {
    width: 100%;
	height: 52px;
    position: absolute;
    z-index: 300;
    padding-top: 50px; 
}

header h1 a img {
	width: 100%;
    height: 100%;
}

header .h_menu {
	display: none;
}

.text_01 {
    font-size: 100%;
    font-family: "メイリオ","小塚ゴシック Pr6N","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    font-weight: bold;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

/*
フッター
-------------------------------------------*/
footer {
	border-bottom-width: 60px;
}

footer .cont_wrap .f_box {
	width: 50%;
	text-align: center;
}
footer .cont_wrap .f_box.lg {
	width: 100%;
}

.no_sp {
	display: none;
}

footer .cont_wrap .f_box {
    margin: auto;
    width: 100%;
}

footer .cont_wrap ul {
    padding: 0;
    margin: auto;
    list-style: none;
    text-align: center;
}

.flex {
 /*   display: flex; */
    width: 30%;
}
/*
フッター
-------------------------------------------*/

footer {
	background-color: #F2DBCE;
	color: #3F1F0A;
	clear: both;
	width: 100%;
	display: block;
	padding-top: 40px;
    text-decoration: none;
}

footer .cont_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

footer .cont_wrap .f_box {
    margin: auto;
    width: 100%;
}

footer .cont_wrap .f_box a:hover {
    opacity: 0.5;
}

/*.flex{
    display: flex;
}*/
footer .cont_wrap ul {
	padding: 0;
    margin: auto;
    list-style: none;
    text-align: center;
}

footer .cont_wrap ul li {
	display: inline-block;
}
footer .cont_wrap ul li a {
	display: block;
	text-decoration: none;
	font-size: 100%;
	color: #3F1F0A;
    padding: 10px;
}

footer .cont_wrap ul li.contact a {
	background-color: #FFA4A4;
    color: #000 !important;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-left: 10px;
    border-radius: 50px 50px;
}

footer .cont_wrap ul li.contact a::before {
	display: none;
}

footer .cont_wrap ul li.contact a:hover {
	background-color: #fff;
	color: #FFA4A4 !important;
}

address {
	clear: both;
	font-size: 12px;
	font-style: normal;
	padding: 20px;
	text-align: center;
	letter-spacing: 1px;
}

footer .box_pr {
	clear: both;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 10px;
	color: #555;
	letter-spacing: 1px;
	background-color: #E5E5E5;
	padding-top: 18px;
	line-height: 22px;
}

.box_pr ul li {
	display: inline;
	padding: 5px;
}

.box_pr ul li a {
	color: #555;
}

p.button_01{
    padding: 20px 0;
    text-align: center;
}

p.font_06 {
    text-align: center;
    font-size: 150%;
}
p.font_06 br {
    display: block;
    margin: auto;
}

p.button_01 a {
	background-color: #FF3E3E;
	color: #fff !important;
    border-radius: 15px 15px;
    padding: 5% 15%;
    font-size: 150%; 
    text-decoration:none;
    background-image: url("../img/button_04.png");
	background-repeat: no-repeat;
    background-position: bottom 50% right 5%;
    margin: 20px 0;
}
p.button_01 a:hover {
	background-color: #fff;
	color: #FF3E3E !important;
    background-image: url("../img/button_05.png");
	background-repeat: no-repeat;
    background-position: bottom 50% right 5%;
}
p.button_01 a::before {
	display: none;
}