@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');


/*------------------------------------------------------------------------------------------------------------------
　preparation
-------------------------------------------------------------------------------------------------------------------*/

:root {
  --BaseFontSize:18px;
  --BaseSpaceSize:12px;
  --Color1:#006285;
  --Color2:#00072c;
  --Color3:#a5e1f9;
  --Color4:#f97068;
  --Color5:#d1d646;
  --Color6:#e8f7fc;
}
@media (max-width: 510px) {
  :root {
    --BaseFontSize:16px;
    --BaseSpaceSize:8px;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	position: relative;
  min-width: 375px;
	min-height: 100vh;
  padding: 0;
	margin: 0;
	overflow-x: hidden;
	color: #2c2c2c;
	font-size: var(--BaseFontSize);
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "BIZ UDPGothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  letter-spacing: 1pt;
}
@media (max-width: 510px) {
  body { font-size: 16px; }
}

a {
  color:#f20000;
  text-decoration:none;
  
  &:hover {
    color:#f20000;
    text-decoration:underline;
  }
}

a[href^="tel:"] {
  pointer-events:none;
	color:inherit;
}

.mobile a[href^="tel:"] { pointer-events:auto; }

img {
  width: 100%;
  height: auto;
	border:0;
	vertical-align: bottom;
}


/*------------------------------------------------------------------------------------------------------------------
　expression
-------------------------------------------------------------------------------------------------------------------*/

.right { float:right; margin-left:30px; margin-bottom:15px; margin-top:5px;}
.left { float:left; margin-right:30px; margin-bottom:15px; margin-top:5px;}
.clear { overflow: hidden; }

.text-center { text-align:center; }
.text-left { text-align:left; }
.text-right { text-align:right; }
.text-ib { display: inline-block; }

.ro img:hover,
.ro:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.dropshadow {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
}

/* 画像のぼやけ対策 */
.rendering {
	backface-visibility: hidden;
	filter: blur(0);
	image-rendering: -webkit-optimize-contrast;
}

.list-none {
  list-style: none;
  padding-left: 0;
  margin: 0;
}


/*------------------------------------------------------------------------------------------------------------------
　font-size
-------------------------------------------------------------------------------------------------------------------*/
.fs-max { font-size: calc(var(--BaseFontSize) * 4); }
.fs-4l { font-size: calc(var(--BaseFontSize) * 3); }
.fs-3l { font-size: calc(var(--BaseFontSize) * 2); }
.fs-2l { font-size: calc(var(--BaseFontSize) * 1.66); }
.fs-l { font-size: calc(var(--BaseFontSize) * 1.33); }
.fs-m { font-size: calc(var(--BaseFontSize) * 1.22); }
.fs-n { font-size: var(--BaseFontSize); }
.fs-s { font-size: calc(var(--BaseFontSize) * 0.88); }
.fs-2s { font-size: calc(var(--BaseFontSize) * 0.77); }
.fs-3s { font-size: calc(var(--BaseFontSize) * 0.66); }
.fs-min { font-size: calc(var(--BaseFontSize) * 0.55); }

@media (max-width: 510px) {
  .fs-max { font-size: calc(var(--BaseFontSize) * 3); }
  .fs-4l { font-size: calc(var(--BaseFontSize) * 2); }
  .fs-3l { font-size: calc(var(--BaseFontSize) * 1.785); }
  .fs-2l { font-size: calc(var(--BaseFontSize) * 1.5); }
  .fs-l { font-size: calc(var(--BaseFontSize) * 1.375); }
  .fs-m { font-size: calc(var(--BaseFontSize) * 1.125); }
  .fs-s { font-size: calc(var(--BaseFontSize) * .875); }
  .fs-2s { font-size: calc(var(--BaseFontSize) * .75); }
  .fs-3s { font-size: calc(var(--BaseFontSize) * .625); }
  .fs-min { font-size: calc(var(--BaseFontSize) * .625); }
}


/*------------------------------------------------------------------------------------------------------------------
　img align for wordpress
-------------------------------------------------------------------------------------------------------------------*/
.aligncenter {
  display: block;
  margin: 0 auto;
  max-width:100%;
}
.alignright { float: right; margin-left:30px; max-width:400px !important; }
.alignleft { float: left; margin-right:30px; max-width:400px !important; }

.aligncenter img,
.alignright img,
.alignleft img {
  width: 100%;
	height:auto;
}

@media (max-width: 768px) {
  .alignright,
  .alignleft {
    float: none;
    margin: 0 auto;
    max-width:100%;
  }
}


/*------------------------------------------------------------------------------------------------------------------
　wp-pagenavi
-------------------------------------------------------------------------------------------------------------------*/
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(var(--BaseSpaceSize) * 4);
  text-align: center;
  line-height: 1;
  
  a,
  span.current {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5em;
    height: 2.5em;
    margin-right: .5em;
    border-radius: 50%;
    box-sizing: border-box;
    overflow: hidden;
    text-decoration: none;
    transition: .2s;
  }
  a {
    color: var(--Color1);
    border: 1px solid var(--Color1);
    
    &:hover {
      color: #fff;
      background-color: var(--Color1);
      border: 1px solid var(--Color1);
    }
  }  
  span.current {
    color: #fff;
    background-color: var(--Color1);
    border: 1px solid var(--Color1);
  }
}


/*------------------------------------------------------------------------------------------------------------------
　Google site search
-------------------------------------------------------------------------------------------------------------------*/
.g-search-form {
	width: 247px;
	height: 41px;
	border-radius: 3px;
	display: inline-block;
}

/* Googleカスタム検索ボックスのレイアウト調整 start */

.gsc-control-cse {
	padding: 0 !important;
	border: none !important;
}

.gsc-input-box {
	border: none !important;
}

.gsib_a {
	padding: 0 !important;
}

table.gsc-search-box, form.gsc-search-box {
	margin-bottom: 0 !important;
}

.gsc-search-button {
	position: absolute !important;
	z-index: 99 !important;
	top: 0;
	right: 0;
}

.g-search-form {
	vertical-align: top !important;
	position: absolute !important;
	top: 0 !important;
	right: 259px !important;
}

.g-search-form form {
	position: relative;
}

.g-search-form input[type=text] {
	width: 100% !important;
	height: 41px !important;
	border-radius: 3px !important;
	background-color: #f9f9f9 !important;
	border: 1px solid #d9d9d9 !important;
	padding: 11.5px !important;
	padding-left: 15px !important;
	position: absolute !important;
	top: 15px !important;
	left: 0 !important;
	background-position: center left 15px !important;
}

.g-search-form button {
	background-image: url("../image/header/search-button.png") !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-color: #ffb400 !important;
	border-radius: 3px !important;
	width: 48px !important;
	height: 32px !important;
	border: none !important;
	position: absolute !important;
	top: 17.5px !important;
	right: 5px !important;
}

.g-search-form button svg {
	display: none !important;
}

.gsst_a {
	display: none !important;
}


/*------------------------------------------------------------------------------------------------------------------
　animation
-------------------------------------------------------------------------------------------------------------------*/

@keyframes blink{
  0% {opacity:0.4;}
  100% {opacity:1;}
}


/*------------------------------------------------------------------------------------------------------------------
　primary
-------------------------------------------------------------------------------------------------------------------*/
#primary {
	width:100%;
  max-width: 1920px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
}

.base-width {
	position:relative;
	width:100%;
	max-width: 1200px;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
}

@media (max-width: 1280px) {
  .base-width {
		width:100%;
		padding-left:20px;
		padding-right:20px;
	}
}


/*------------------------------------------------------------------------------------------------------------------
　header
-------------------------------------------------------------------------------------------------------------------*/
#header{
  display:flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 84px;
  padding: 18px 24px;  
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  transition: .2s;
  
  &.hd-bg { background-color: var(--Color2); }
  
  .logo {
    margin: 0;
    
    a {
      display: flex;
      align-items: center;
    }
  }
    
  @media (max-width: 1280px) {
    .logo { width:357px; }
  }
  
  @media (max-width: 510px) {
    .logo { width:238px; }
  }
}
  
@media (max-width: 510px) {
  #header {
    height: 60px;
    padding: 14px 24px;
    box-sizing: border-box;
  }
}


/*------------------------------------------------------------------------------------------------------------------
　navi
-------------------------------------------------------------------------------------------------------------------*/
.navimenu {
  display:flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  
  .site-description {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: normal;
  }

  &.sp-menu { display: none; }
  
  .navimenu-nav {
    display:flex;
    flex-direction: row;
    list-style: none;
    padding-left: 0;
    margin: 0;
    align-items: center;
    
    li { margin-right: 1.5em; }
    li:last-child { margin-right: 0; }
    
    li a {
      color: #fff;
      position: relative;
      font-weight: bold;
      transition: all .3s;
      
      &:hover {
        color: var(--Color4);
        text-decoration: none;
      }
    }
  }
  
  @media (max-width: 1280px) {
    &.pc-menu {
      display: none;
    }
    
    &.sp-menu{
      display: block;
      width: 100%;
    }
  }  
	
  .sp-navimenu-nav {
    display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 11;
		width: 100%; 
		height: 100%;    
    background-color: var(--Color6);
    background-image: url("../image/top/reserved-bg.jpg");
    background-position: top center;
    padding: calc(var(--BaseSpaceSize) * 8) 0;
    margin: 0;
    box-sizing: border-box;
		text-align: center;
		-webkit-overflow-scrolling: touch;
    transition: .2s;
    
    &.open { display: block; }
    
    ul {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      border-top: 1px solid var(--Color6);
      list-style: none;
      
      li {
        width: 100%;
        height: calc(100% / 5);
        max-height: 4em;
        padding: 0 calc(var(--BaseSpaceSize) * 2);
        border-bottom: 1px solid var(--Color6);
        box-sizing: border-box;
        
        a {
          display: flex;
          align-items: center;
          width: 100%;
          height: 100%;
          box-sizing: border-box;
          color: inherit;
          font-weight: bold;
          
          &:hover {
            color: var(--Color1);
            text-decoration: none;
          }
          
        }
      }
    }
  }
}

/* menu-btn */
.navimenu-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 12;
  display: block;
  background-color: var(--Color1);
  border: none;
  width: 84px;
  height: 84px;
  cursor: pointer;
  text-align: center;
  transition: .2s;

  &:hover{ filter: brightness(1.1); }

  .navimenu-toggle-bar {
    display: block;
    margin: 0 auto;
    width: 44px;
    height: 3px;
    background-color: #fff;
    transition: .2s;	

    + .navimenu-toggle-bar { margin-top: 11px; }
  }

  &.active {
    .navimenu-toggle-bar {
      position: absolute;
      width: 60px;
      left: 14px;

      &:nth-child(1) { 
        top: 40px;
        transform: rotate(45deg);
      }
      &:nth-child(2) { opacity: 0; }
      &:nth-child(3) {
        top: 30px;
        transform: rotate(-45deg);
      }
    }
  }
}
  
@media (max-width: 510px) {
  .navimenu-toggle {
    width: 60px;
    height: 60px;    

    .navimenu-toggle-bar {
      width: 30px;

      + .navimenu-toggle-bar { margin-top: 8px; }
    }

    &.active {
      .navimenu-toggle-bar {
        width: 36px;
        left: 13px;

        &:nth-child(1) { 
          top: 27px;
          transform: rotate(45deg);
        }
        &:nth-child(2) { opacity: 0; }
        &:nth-child(3) {
          top: 19px;
          transform: rotate(-45deg);
        }
      }
    }
  }
}


/*------------------------------------------------------------------------------------------------------------------
　footer
-------------------------------------------------------------------------------------------------------------------*/
#footer {
	width:100%;
  background-color: var(--Color6);
  text-align: center;
  padding-top: 1em;
  
  .logo {
    margin: 1em auto 0;
    img {
      max-width: 281px;
    }
  }
  
  .contact {
    margin-top: 1em;
    padding-bottom: 2em;
  }
  
  .cc {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 84px;
    background-color: var(--Color1);
    color: #fff;
    text-align: center;
  }
  
  #pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 84px;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--Color1);
    border-left: 1px dotted #fff;
    box-sizing: border-box;
    color: #fff;
    transition: 0.2s;
    
    &:hover {
      filter: brightness(110%);
      text-decoration: none;
    }
    
    span {
      font-size: 60px;
      font-weight: 200;
    }
  }
  
  @media (max-width:510px) {  
    .cc {
      height: 60px;
      justify-content: flex-start;
      padding-left: 20px;
    }

    #pagetop {
      width: 60px;
      height: 60px;

      span { font-size: 48px; }
    }
    
    .reserved-link {
      bottom: 72px;
    }
  }
}

.grecaptcha-badge {
  display: none;
}


/*----------------------------------------------------------------------------
   subpage-visual
------------------------------------------------------------------------------*/
.sv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 220px;
  padding: calc(var(--BaseSpaceSize) * 4);
  margin-top: 84px;
  box-sizing: border-box;
  background: url("../image/common/subpage-visual.jpg") no-repeat center;
  
  h1 {
    color: #fff;
  }
}

@media (max-width:510px) {
  .sv {
    margin-top: 60px;
  }
}


/*----------------------------------------------------------------------------
   breadcrumbs
------------------------------------------------------------------------------*/
.breadcrumbs { 
  padding-top: var(--BaseSpaceSize);
  padding-bottom: var(--BaseSpaceSize);
  border-bottom: 1px solid #ccc;
  
  ul {
    
    li {
      display: inline-block;
    
      &::after {
        content: ">";
        margin: 0 0.5em;
      }
      &:last-child:after {
        content: "";
        margin: 0;
      }
    }
  }
}


/*----------------------------------------------------------------------------
   table
------------------------------------------------------------------------------*/

.table-content {
  table {
    width:100%;
    border-collapse:collapse;
    text-align:left;
    border:1px solid var(--Color3);

    th {
      text-align:left;
      background-color:var(--Color6);
      width:25%;
      padding:var(--BaseFontSize);
      border-bottom:1px solid var(--Color3);
      border-right:1px solid var(--Color3);
      vertical-align:top;
      white-space:nowrap;
    }

    td {
      padding:var(--BaseFontSize);
      border-bottom:1px solid var(--Color3);
      border-right:1px solid var(--Color3);
      background-color:#fff;
    }
    
    @media (max-width: 768px) {
      th {
        display:block;
        width: 100%;
        border-right:none;
        box-sizing:border-box;
        text-align:left;
      }

      td {
        display:block;
        width: 100%;
        border-right:none;
      }
    }
  }
}


/*----------------------------------------------------------------------------
   form
------------------------------------------------------------------------------*/

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
select,
textarea {
	border: 1px solid #cacaca;
  background-color: #fafafa;
	box-sizing: border-box;
	padding: calc(var(--BaseSpaceSize) * 0.8);
	border-radius: calc(var(--BaseSpaceSize) * 0.5);
  
  &:focus,
  &:active {
    outline: 1px solid var(--Color1);
    background-color: #fff;
  }
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
 outline: none;
}

.inp-100 { width: 100%; }
.inp-75 { width: 75%; min-width: 400px; }
.inp-50 { width: 50%; min-width: 300px; }
.inp-size1 { width: 5em; }
.inp-size2 { width: 4em; }
@media (max-width:510px) {
  .inp-75 { width: 100%; min-width: auto; }
  .inp-50 { width: 75%; min-width: auto; }
}


/* radiobtn */
input[type=radio] {
	position: absolute;
  opacity: 0;
  z-index: -1; 
}
input[type=radio]+label {
	display:block;
	cursor:pointer;
	margin-top:.25em;
	margin-bottom:.25em;
	font-family:inherit;
}
input[type=radio]+label:before {
	width:1.25em;
	height:1.25em;
	display:inline-block;
	content:"";
	border-radius:1.25em;
	vertical-align:middle;
	border:2px solid #cacaca;
	background-color:#fff;
	margin:-2px 5px 0 0;
	-webkit-transition:border-color ease-in-out .15s, background-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s, background-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s, background-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
input[type=radio]:hover+label:before {
	border-color:#cacaca;
	background-color:#cacaca;
	box-shadow:inset 0 0 0 0.25em #fff;
}
input[type=radio]:checked+label:before {
	border-color:var(--Color1);
	background-color:var(--Color1);
	box-shadow:inset 0 0 0 0.25em #fff;
}

.radio-group {
  display: flex;
  align-items: center;
}
.radio-group label {
	margin-right:1.5em;
}

/* checkbox */
.chk-group {
	position: relative;
	bottom: -5px !important;
	display: block;
  
  li {
    display: inline-block;
    padding-right: 20px;
    
    label {
      display: block;
      position: relative;
      padding-left: 30px;
      padding-bottom: 5px;
      cursor: pointer;
      font-size: 18px;
      
      input {
        position: absolute;
        z-index: -1;
        opacity: 0;
      }      

      .indicator {
        position: absolute;
        top: 2px;
        left: 0;
        height: 20px;
        width: 20px;
        background: #e6e6e6;
        border-radius: 2px;
      }
      .indicator:after {
        content: "";
        position: absolute;
        display: none;
        left: 8px;
        top: 4px;
        width: 3px;
        height: 8px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
      }
    }
  }
}
.chk-group li label:hover input ~ .indicator,
.chk-group li label input:focus ~ .indicator {
  background: #ccc;
}
.chk-group li label input:checked ~ .indicator {
  background: var(--Color1);
}
.chk-group li label input:checked ~ .indicator:after {
  display: block;
}
.chk-group li label:hover input:not([disabled]):checked ~ .indicator,
.chk-group li label input:checked:focus ~ .indicator {
  background: var(--Color1);
}
.chk-group li label input:disabled ~ .indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.chk-group li label input:disabled ~ .indicator:after {
  border-color: #7b7b7b;
}

/* item - age */
#mailform-layout ul.age {  
  li {
    float: left;
    width: 100px;
    margin-right: 5px;
    
    input {
      width: 70px;
      border: 1px solid #cccccc;      
      padding: 10px;
      box-sizing: border-box;
      border-radius: 3px;
      margin-right: 5px;
    }
    
    :nth-of-type(1) {
      width: 120px;
      
      input {
        width: 90px;
      }
    }
  }
}

/* item - postcode */
#mailform-layout .postcode {
  margin-bottom: .5em;
  
  input {
    margin-right: 5px;
    &:nth-child(1) { width: 60px; }
    &:nth-child(2) { width: 80px; }
  }    
  
  +input { width: 100%; }
}

/* form-flow */
.contact-flow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 520px;
  margin: 0 auto 40px;
  
  .contact-flow-box {
    text-align: center;
    line-height: 1;
    
    span {
      display: block;
      background-color: #888;
      padding: 0.4em 0.75em;
      margin-bottom: 0.75em;
      color: #fff;
      font-size: 87.5%;
    }
    
    &.now {
      color: #0d66ab;
      font-weight: bold;
      
      span {
        background-color: #0d66ab;
        color: #fff;
      }
    }
  }
}

/* form-layout */
#mailform-layout {
  .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  
    .name {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 250px;
      font-weight: bold;

      .required-icon {
        display: block;
        width: 48px;
        padding: .25em 0;
        margin-right: .5em;
        background-color: var(--Color1);
        border-radius: 6px;
        box-sizing: border-box;
        color: #fff;
        text-align: center;
      }

      .name-part {
        display: block;
        width: calc(100% - 60px);
      }
      
      &.bikou { width: 100%; }
    }

    .answer {
      width: calc(100% - 250px);
      
      &.bikou {
        width: 100%;
        margin-top: .5em;
      }
    }
  }
  
  @media (max-width: 750px) {
    .item {
      .name {	width: 100%; }
      .answer {
        width: 100%;
        margin-left: 0;
      }
    }
  }
}

/* Design Template
 simple - シンプルなレイアウト
 border - 下線のみのシンプルなレイアウト
 table - テーブルタグで作成したようなレイアウト
 portable - タブレットスタイルでポップなレイアウト
*/

/* design - simple */
#mailform-layout.simple {
  .item {
    padding-bottom: 1.5em;
    
    @media (max-width:750px) {
      .name {
        justify-content: flex-start;
        margin-bottom: 0.75em;
      }
    }    
  }
}

/* design - border */
#mailform-layout.border {
  .item {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #bbb;  
    
    @media (max-width:750px) {
      .name {
        justify-content: flex-start;
        margin-bottom: 0.75em;
      }
    }    
  }
}

/* design - table */
#mailform-layout.table {
  .item {
    position: relative;
    border: 1px solid #e0e0e0;
    margin-top: -1px;
    
    .name {
      position: absolute;
      left: 0;
      width: 180px;
      height: 100%;
      background-color: #f5f5f5;
      box-sizing: border-box;
      padding: 15px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: left;
    }
    
    .answer {
      padding: 15px;
      padding-left: 200px;
      box-sizing: border-box;
    }

    @media (max-width: 750px) {
      .name {
        width: 100%;
        display: block;
        position: relative;
        top: inherit;
        left: inherit;
      }
      .answer {
        padding-left: 15px;
      }
    }
  }
}

/* design - portable */
#mailform-layout.portable {
  .item {
    position: relative;
    margin-bottom: 10px;
  }
  
  .name {
    position: absolute;
    left: 0;
    width: 250px;
    height: 100%;
    background-color: #d2e7ff;
    border-radius: 5px;
    color: #333333;
    font-weight: bold;
    box-sizing: border-box;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
  }
  
  .answer {
    padding: 15px;
    width: calc(100% - 260px);
    margin-left: 260px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    background-color: #ffffff;
  }
}

/* submit-button */
.submit-button {
  display: flex;
  justify-content: center;
  
  .btn02 {
    max-width: 300px;
  }
}

/* 送信確認・完了画面 */
.contact_fm {
  margin-top: calc(var(--BaseSpaceSize) * 6);
  margin-bottom: calc(var(--BaseSpaceSize) * 6);

  .mailform-alart {
    padding: var(--BaseFontSize);
    margin-bottom: calc(var(--BaseSpaceSize) * 2);
    background-color: var(--Color6);
    border: 1px solid var(--Color1);
    border-radius: calc(var(--BaseSpaceSize) / 2);
    box-sizing: border-box;
    text-align: center;

    &.error {
      background-color: #fff;
      border: 2px solid var(--Color4);
      color: var(--Color4);
      font-weight: bold;
    }
  }

  .mailform-setup-alart {
    padding: var(--BaseFontSize);
    margin-bottom: calc(var(--BaseSpaceSize) * 2);
    background-color: #fff;
    border: 1px solid var(--Color4);
    border-radius: calc(var(--BaseSpaceSize) / 2);
    box-sizing: border-box;
    text-align: center;
    color: var(--Color4);
  }
  
  .table-content {
    margin-bottom: calc(var(--BaseSpaceSize) * 2);
    
    th {
      min-width: 11em;
    }
  }

  .sentok {
    text-align: center;
    
    img {
      display: block;
      max-width: 500px;
      margin: 0 auto;
    }
    
    strong {
      color: var(--Color4);
      font-weight: normal;
    }
  }

  .mailform-box {
    background-color: #eee;
    padding: calc(var(--BaseSpaceSize) * 2);
    margin-bottom: calc(var(--BaseSpaceSize) * 2);
    box-sizing: border-box;
    border-radius: calc(var(--BaseSpaceSize) / 2);
    margin-top: calc(var(--BaseSpaceSize) * 4);

    .title {
      display: block;
      padding-bottom: var(--BaseSpaceSize);
      color: var(--Color4);
      background-image: url("../image/contact/icon-mailplus.png");
      background-repeat: no-repeat;
      background-position: left 2px top 0;
      padding-left: 60px;
    }

    p {
      margin: 0 !important;
      padding: 0 !important;
    }
  }

  /* submit-button */
  .submit-button {    
    .btn03 {
      margin-right: 1em;
    }
  }    
  @media (max-width:510px) {
    .submit-button {
      flex-wrap: wrap;

      .btn02,
      .btn03 {
        width: 100%;
        max-width:none;
      }
      
      .btn03 {
        order: 2;
        margin-right: 0;
        margin-top: var(--BaseSpaceSize);
      }
    }
  }
}


/*----------------------------------------------------------------------------
   parts
------------------------------------------------------------------------------*/
/* article-head */
.article-head {
  display: inline-block;
	background: url("../image/common/article-head-bg.png") no-repeat right center;
	padding: 0 170px 0 0;
  margin: 0 0 calc(var(--BaseSpaceSize) * 3) 0;
  text-align: left;
}
@media (max-width:510px) {
  .article-head {
    display: block;
	  background-position: left top;
    padding: 24px 0 0 0;
  }
}


/* section-title */
.section-title {
  color: var(--Color2);
  border-bottom: 1px solid var(--Color2);
  margin-top: calc(var(--BaseSpaceSize) * 4);
  margin-bottom: calc(var(--BaseSpaceSize) * 2);
}

/* btn01 */
.btn01 {
  display: block;
  width: 100%;
  max-width: 240px;
  box-sizing: border-box;  
  padding: .5em 0;
  border: 2px solid var(--Color1);
  border-radius: 2em;
  color: var(--Color1);
  font-weight: bold;
  text-align: center;
  letter-spacing: 1pt;
  transition: .2s;
  
  &:hover {
    background-color: var(--Color1);
    color: #fff;
    text-decoration: none;
  }
}

/* btn02 */
.btn02 {
  display: block;
  width: 100%;
  max-width: 240px;
  box-sizing: border-box;  
  padding: .5em 0;
  background-color: var(--Color4);
  border: none;
  border-radius: 2em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1pt;
  transition: .2s;
  
  &:hover {
    opacity: .7;
  }
}

/* btn03 */
.btn03 {
  display: block;
  width: 100%;
  max-width: 240px;
  box-sizing: border-box;  
  padding: .5em 0;
  background-color: #d6d6d6;
  border: none;
  border-radius: 2em;
  color: #666;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1pt;
  transition: .2s;
  
  &:hover {
    opacity: .7;
  }
}





