@charset "utf-8";
/* CSS Document */

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
    text-decoration: none;
    color: #D9646A;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
    color: #E38E92;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
    image-rendering: -webkit-optimize-contrast;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

 
/* 追加マージン */
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
 

body {
	color: #3E3D3D;
}

p {
    margin: 0;
    line-height: 1.5em;
}

/*
レイアウト関係
------------------------------------*/
/*全体の囲み*/
#wrapper {
	width: 100%;
	height: auto;
	margin-top: 15px;
}

/*メイン記事2列*/
#main-second {
	width: 960px;
	margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#main-left {
	width: 650px;
}

/*サイドバー*/
#main-right {
    width: 280px;
    padding: 0;
    background: #fff;
    box-sizing: border-box;
}

/*
ヘッダー
------------------------------------*/
#main-header {
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: 0 auto 8px;
}

/*左側メニュー*/
#left-menu {
	margin: 0;
	padding: 0;
}

#logo {
	margin: 0;
	padding: 0;
    width: 350px;
    height: 54px;
}
#address {
	font-size: 0.9rem;
	margin: 1px 0 0 70px;
}


/*右側メニュー*/
#right-menu {
	width: 520px;
	margin: 0;
	padding: 0;
}

#right-menu-top {
	display: flex;
	align-items: center;
	background: #FCE8E9;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 5px;
}
#right-menu #info {
	margin-right: 15px;
}
#right-menu p {
	margin: 0;
	padding: 0;
	/*line-height: 1.5rem;*/
}
#right-menu .tel {
	padding: 0px 10px;
	background: #fff;
	margin-right: 15px;
}
.fa-phone-alt {
	font-size: 1.5rem;
	color: #D9646A;
	margin: 5px 0;
}
.tel {
	margin: 5px 0;
}
.tel-nb {
	font-size: 1.5rem;
	font-weight: bold;
	margin-left: 5px;
}
.fa-envelope {
	font-size: 1.7rem;
	color: #D9646A;
}

.migi {
	text-align: right;
	font-size: 0.9rem;
}

/*
ナビゲーション
------------------------------------*/
#main-navi {
    width: 100%;
    background: #D9646A; 
}
#g-navi {
	width: 960px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
}
#g-navi ul {
	display: table;
	list-style: none;
}
#g-navi li {
	display: table-cell;
}
#g-navi li a {
	display: table-cell;
	vertical-align: middle;
	width: calc( 960px / 6 );
	height: 60px;
	text-align: center;
	letter-spacing: 0.1em;
	text-decoration: none;
	color: #ffffff;	
	font-size: 0.95rem;
}
#g-navi li a:hover {
	background: #E08488;
}

/*
タイトル
------------------------------------*/
#title-bg {
	width: 100%;
	background-image: url("../images/bg_head.jpg");
	}

#title-bg h1 {
    width: 960px;
    font-size: 1.6rem;
    padding: 22px 0 15px 0;
    margin: 0 auto 0;
    color: #D9646A;
    font-weight: 600;
    letter-spacing: 0.2rem;
    text-shadow: 5px 5px 5px #E8B0B2;
}

/*
パンくずリスト
------------------------------------*/
#bc {
	width: 960px;
	margin: 3px auto 15px;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
    color: #777777;
  font-size: 0.8rem;
}

.breadcrumb li:after {
  /* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #D9646A;
}
.breadcrumb li a:hover {
  color: #E38E92;
}
.breadcrumb li:first-child a:before {
  /*家アイコン*/
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 1.1em;
  color: #D9646A;
}


/*
メインコンテンツ
-----------------------------------*/
h2 {
    border: 1px solid #EB6C72;
	border-left: 10px solid #EB6C72;
    color: #555;
    font-size: 1.3rem;
	padding: 3px 0 2px 10px;
    margin: 0 0 25px;
    letter-spacing: 1px;
}


/*
サイドバー
-----------------------------------*/
/*サイドバーバナー*/
#main-right-01 img {
    width: 100%;
    height: auto;
    vertical-align:top;
}
#main-right-01 a {
  text-decoration: none;
    color: #059FDB;
}
#main-right-01 a:hover {
    color: #76D6FB;
}
.sdgs {
    text-align: center;
    margin-bottom: 10px;
}

/*サイドバー1行め*/
#main-right-line1 {
    background: #FCE8E9;
    padding: 10px;
}
#main-right-line1 a {
    display: block;
    padding: 20px 10px;
    margin: 5px 0;
    background: #FFFFFF;
    border-radius: 5px;
}
#main-right-line1 i {
    font-size: 1.3rem;
    color: #D9646A;
    margin-right: 12px;
}

/*サイドバー2行め*/
#main-right-line2 {
    background: #FFF;
    padding: 7px 10px;
}
.right-btn a {
   display: block; 
   padding: 10px;
}
#ic-card-navi {
    border: 1px solid #CCC;
    background-color: #CCC;
    background-image: url("../images/ic_card_navi.png");
    background-repeat: no-repeat;
    background-position: right top;
    margin-bottom: 5px;
}
#ic-card-navi a {
    color: #1D55B7;
}
#ic-card-navi a:hover {
    color: #FFF;
}



/*
ラストカラム
-----------------------------------*/
#last-colum-all {
	display: flex;
	justify-content: center;
	width: 960px;
	margin: 50px auto 10px;
	padding-top: 20px;
	border-top: 1px solid #CECECE;	
}
#last-colum-1,#last-colum-2,#last-colum-3 {
	width: 240px;
	margin: 20px 30px 0;
	font-size: 0.9rem;
}
#last-colum-1 .egao {
	text-align: center;
}
#last-colum-1 p {
	margin-top: 5px;
	margin-bottom: 10px;
}
#last-colum-1 .mail2 {
	font-size: 0.8rem;
	text-align: center;
}
#last-colum-2 ul {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
}
#last-colum-2 li {
	padding: 0 0 4px;
	margin-bottom: 4px;
	border-bottom: 1px dotted #666;
}
#last-colum-2 li a {
	color: #D9646A;
	text-decoration: none;
}
#last-colum-2 li a:hover {
	color: #E8A3A7; 
}
#last-colum-3 div a {
	margin-top: 0;
	color: #D9646A;
	text-decoration: none;
}
#last-colum-3 div a:hover {
	color: #E8A3A7; 
}

#last-colum-3 .sns-icon {
    display: flex;
}

#last-colum-3 i {
    font-size: 1.8rem;
    color: #D9646A;
    margin: 0 20px 8px 0;
}


/*
ページ先頭へのボタン
------------------------------------*/
#t-scroll {
    position:fixed;
    bottom:30px;
    right:20px;
}
#t-scroll a {
    background-color:#999;
    color:#fff;
	border-radius: 50%;
    text-align:center;
    text-decoration:none;
    padding:18px 15px;
}
#t-scroll a:hover {
    background-color:#666;
    text-decoration:none;
}
/*
フッター
------------------------------------*/
footer {
	width: 100%;
	background: #D9646A;
	color: #fff;
	padding: 20px 0;
}
#copy {
	font-size: 0.9rem;
	text-align: center;
}

/*
テーブル(幅広)
-----------------------------------*/
.tbl01 {
width:auto;
border-collapse: collapse;
border-spacing: 0px;
	margin: 0;
}
.tbl01 th, .tbl01 td {
border: 1px solid #999999;
	padding: 8px;
	font-weight: normal;
    line-height: 1.5em;
}
.tbl01 th {
background: #E4E2E2
}

/*
テーブル(幅中)
-----------------------------------*/
.tbl02 {
width:100%;
border-collapse: collapse;
border-spacing: 0px;
	margin: 10px 0 0 0;
}

.tbl02 th, .tbl02 td {
border: 1px solid #999999;
	padding: 5px 8px;
	font-weight: normal;
    line-height: 1.5em;
}
.tbl02 th {
background: #E4E2E2
}

/*間隔(垂直)ハート*/
.heart{
text-align: center;
}
.heart img {
    width: 46px;
    height: auto;
    margin: 40px;
}


/*Youtube
------------------------------------*/
#youtube {
	width: auto;
	text-align: center;
	margin: 30px auto 0;
}


/*折り返しなし
------------------------------------*/
.no-wrap  {
     white-space: nowrap;
  }

/*new*/
.new {
    color: #FFFFFF;
    background-color: #E28D91;
    font-size: 0.7rem;
    margin-left: 5px;
    border-radius: 3px;
    padding: 0 2px;
}

/*※印付文章
-----------------------------------*/
.indentback {
  text-indent: -1em;
  padding-left: 2em;
}



/*-----------------------------------
スマホ用
-----------------------------------*/
@media screen and (max-width:768px){	
/*
テーブル基本
------------------------------------*/	

.tbl01 tr th,.tbl01 tr td{
  display: block;
border: none;
}

	
	
}