@charset "UTF-8";
/*
Theme Name: MY THEME
Author: nakaya
Description: This is my original theme.
Version: 1.1
*/
@import url(http://fonts.googleapis.com/css?family=Chango);

/***** デスクトップ用デザイン *****/
/***** 本体 *****/
body {
	margin: 0 auto;
	padding: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	background-color: #fbfbf6;
	display: flex; /* Flexboxを有効にする */
	flex-direction: column; /* 要素を縦方向に並べる */
	min-height: 100vh; /* ビューポートの高さの100vhを最低限の高さにする */
    justify-content: center;
}
.pc-br {
	display: block;
}
.mb-br {
	display: none;
}
h1 {
    font-size: 38px;
	margin-top: 0;
	margin-bottom: 0;
}
p {
    line-height: 1.5;
}
a {
    color: #b77d3c;
}
a:hover {
    color: #ff8800;
}
a img {
    border: none
}

/***** ヘッダー *****/
header {
    box-shadow: none;
	margin-bottom: 30px;
	padding: 0px; /* 5px; */
}
header h1 {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	font-family: 'Chango', cursive;
	font-size: 14px; /* 20px; 24px; */
}
header h1 a {
	text-decoration: none;
	color: #000000;
}
header h1 a:hover {
	color: #000000;
}
header h1 img {
	margin-right: 5px;
	vertical-align: -10px;
}

/***** フッター *****/
footer {
	color: #ffffff;
	background-color: #2f2e0a;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	clear: both;
}
/*
#comments footer {
    color: #000000;
	background: none;
	margin-top: 0;
	padding: 0;
}
*/
footer small {
    display: block;
	text-align: center;
	clear: both;
}

/***** ナビゲーションメニュー *****/
nav {
    width: 900px;
	margin-top: -27px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
nav ul {
    list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	font-size: 0;
}
nav li {
    display: inline;
	font-size: 12px;
	border-right: solid 1px #aaaaaa;
	padding-left: 10px;
	padding-right: 10px;
}
nav li:first-child {
    border-left: solid 1px #aaaaaa;
}
nav a {
    color: #000000;
	text-decoration: none;
}

/***** 表組み *****/
table, th, td {
	border: solid 1px #aaaaaa
}

table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px; /* 30px; */
}

th, td {
	padding: 10px 20px;
}

th {
	/* width: 100px; */
	/* background-color: white;  cornsilk; #ffcb63; */
	text-align: left;
}
/*
td {
	background-color: white; beige;  #ffedce;
}
*/

/***** 独自ページスタイル *****/
.remark {
    color:orangered;
}
.remark_b {
    font-weight: bold;
}
.schedule {
    font-size: 12pt;
}
.nowrap {
	white-space: nowrap;
}

/***** お問い合わせフォーム *****/
#content .wpcf7 {
    margin-top: 40px;
}
#content input, textarea {
    background-color: #ffffff;
	border: solid 1px #cccccc;
	padding: 3px;
	font-size: 16px;
}
#content input {
    width: 400px;
}
#content textarea {
    width: 500px;
	height: 150px;
}
#content input[type="submit"] {
    width: 200px;
	background-color: #ffaa00;
	border: solid 1px #cccccc;
	padding-top: 10px;
	padding-bottom: 10px;
}

/***** 固定ページ *****/
#container {
	/* width: 900px; */
	margin-left: auto;
	margin-right: auto;
	flex-grow: 1; /* 残りのスペースを全て埋めるように成長する */
}
#content {
	width: 900px; /* 640px; */
}

/***** プロフィールページ *****/
#portrait-container {
	display: flex;
	justify-content: left;
	margin-top: 20px;
}
p.profile {
	margin:0px;
	margin-bottom: 20px;
	width: 600px;
}
#portrait-container #img-side {
	margin:0px;
	width: 400px;
}
#portrait-container #pc-img {
	width: 200px;
	text-align: center;
}
#portrait-container #pc-img img {
	width: 80%;
}
#portrait-container #mb-img {
	display: none;
}
p.profile#name {
	width: 400px;;
	font-size: 16pt;
}
p.profile #status {
	font-size: 14pt;
	white-space: nowrap;
}

/***** お問い合わせページ *****/
p.contact {
	width: 460px;
}

/***** 料金表ページ *****/
table.price th {
    vertical-align: top;
    padding: 20px;
	background-color: #faefcf;
	color: black;
	font-weight: normal;
}
table.price td {
    vertical-align: top;
    padding: 20px;
}
table.price table {
    border-collapse: collapse;
}
table.price table.inner td {
    padding: 0px 20px;
}
table.price table.inner2 th {
    padding: 0px 10px;
    text-align: center;
}
table.price table.inner2 td {
    padding: 0px 10px;
    text-align: center;
}

/***** サービスページ *****/
#service_flow {
	width: 900px;
}
.float_box_wide {
    display: flex;
    justify-content: center;
	margin: auto;
    width: 860px;
}
.float_box_wide div {
	margin: 20px auto;
    /* width: 400px; */
	text-align: center;
}
.float_box_wide div div {
    margin: 0px auto;
	text-align: center;
	font-size: 12pt;
}
.service_figure_caption {
    text-align: right;
    font-size: 12pt;
    margin-right: 80px;
}

/***** トップページ *****/
#image-container {
	margin-top: -30px;
	position: relative;
	display: flex;

	/*
	justify-content: left;
	*/
	justify-content: center;

	margin-bottom: 20px;
}
.overlay-text {
	position: absolute;
	color: darkslategray;
	font-weight: normal;
	text-shadow:
        0 0 10px beige,
        0 0 10px beige,
        0 0 10px beige,
        0 0 10px beige,
        0 0 10px beige;
}
.overlay-text#caption1 {
	margin-top: 10px;
	/*
	margin-left: 240px;
	*/
	margin-left: 180px;
	font-size: 24pt;
}
.overlay-text#caption2 {
	margin-top: 44px;
	/*
	margin-left: 410px;
	*/
	margin-left: 180px;
	font-size: 38pt;
}
.overlay-text#caption3 {
	margin-top: 330px;
	/*
	margin-left: 30px;
	*/
	margin-left: -300px;
	font-size: 22pt;
	line-height: 24pt;
	text-align: center;
}
.float_box_caption {
    margin:auto;
	margin-bottom: 10px;
	/* width:900px; */
    display: flex;
    justify-content: left;

	background-color: #faefcf;
	border-radius: 30px;
}
.float_box_caption img {
    object-fit:cover;
    object-position: left 0 top 0;
	width:13%;
	height:13%;
}
.float_box_caption div {
	/*
	display: table;
	*/
	/* width: 100%;*/
	margin-left: 20px;
}
.float_box_caption div p {
	text-align: left;
    line-height: 20pt;
	font-size: 16pt;
	font-weight: normal;
}
/*
.float_box_caption div p br{
	display: inline;
}
*/
.float_box_slim {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 860px;
}
.float_box_slim div {
    margin: 10px auto;
    width: 260px;
	text-align: center;
}
.float_box_slim div div {
    margin: 0px auto;
	text-align: center;
	font-size: 12pt;
}
.figure_caption {
    font-size: 14pt;
    font-weight:bold;
}
.figure_text {
    font-size: 13pt;
}
